Clear contextTop before call renderAll() in _finalizeAndAddPath

This commit is contained in:
Kienz 2013-01-26 15:08:53 +01:00
parent de01cfc636
commit 64bdb13836

View file

@ -237,6 +237,7 @@
// does not change position
p.setCoords();
this.canvas.contextTop && this.canvas.clearContext(this.canvas.contextTop);
this.canvas.renderAll();
// fire event 'path' created