mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-02 02:54:43 +00:00
Update static_canvas.class.js
This commit is contained in:
parent
e1b165b983
commit
41d247d700
1 changed files with 1 additions and 1 deletions
|
|
@ -861,7 +861,7 @@
|
|||
|
||||
this.fire('before:render');
|
||||
|
||||
canvasToDrawOn.save()
|
||||
canvasToDrawOn.save();
|
||||
if (this.clipTo) {
|
||||
fabric.util.clipContext(this, canvasToDrawOn);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue