mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Group: add todo.
This commit is contained in:
parent
9e6fd5a7e7
commit
461aa87211
1 changed files with 1 additions and 0 deletions
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue