Group: add todo.

This commit is contained in:
Jonathan Puckey 2011-02-26 15:55:58 +01:00
parent 9e6fd5a7e7
commit 461aa87211

View file

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