missed the offscreen

This commit is contained in:
Andrea Bogazzi 2018-12-30 14:17:16 +01:00
parent 2cf2a0eaf3
commit 2587b4514f

View file

@ -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');