mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-28 17:24:42 +00:00
Reset viewport transform at the end of render all
This commit is contained in:
parent
e322764e4c
commit
753e67bce2
1 changed files with 1 additions and 1 deletions
|
|
@ -887,7 +887,7 @@
|
|||
}
|
||||
|
||||
this.fire('after:render');
|
||||
|
||||
canvasToDrawOn.setTransform.apply(canvasToDrawOn, [1, 0, 0, 1, 0, 0]);
|
||||
return this;
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue