mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-14 16:53:10 +00:00
Clear contextTop before call renderAll() in _finalizeAndAddPath
This commit is contained in:
parent
de01cfc636
commit
64bdb13836
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue