mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-10 06:44:44 +00:00
missed the offscreen
This commit is contained in:
parent
2cf2a0eaf3
commit
2587b4514f
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@
|
|||
canvasEl = fabric.util.createCanvasElement();
|
||||
canvasEl.width = scaledWidth;
|
||||
canvasEl.height = scaledHeight;
|
||||
this.skipOffscreen = false;
|
||||
this.interactive = false;
|
||||
this.viewportTransform = newVp;
|
||||
this.contextContainer = canvasEl.getContext('2d');
|
||||
|
|
|
|||
Loading…
Reference in a new issue