diff --git a/src/item/Group.js b/src/item/Group.js index c5e92c5e..de88522e 100644 --- a/src/item/Group.js +++ b/src/item/Group.js @@ -24,6 +24,7 @@ Group = Item.extend({ param.ignoreBlendMode = false; if (this.opacity < 1) { var originalCtx = ctx; + // TODO: use strokeBounds for this, when implemented: tempCanvas = CanvasProvider.getCanvas(this.document.size); ctx = tempCanvas.getContext('2d'); }