Merge pull request #400 from Kienz/freedraw_fix

fabric.FreeDrawing: Clear contextTop before call renderAll() in _finalizeAndAddPath
This commit is contained in:
Juriy Zaytsev 2013-01-26 14:39:20 -08:00
commit 3b10cb0db9

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