mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -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;
|
param.ignoreBlendMode = false;
|
||||||
if (this.opacity < 1) {
|
if (this.opacity < 1) {
|
||||||
var originalCtx = ctx;
|
var originalCtx = ctx;
|
||||||
|
// TODO: use strokeBounds for this, when implemented:
|
||||||
tempCanvas = CanvasProvider.getCanvas(this.document.size);
|
tempCanvas = CanvasProvider.getCanvas(this.document.size);
|
||||||
ctx = tempCanvas.getContext('2d');
|
ctx = tempCanvas.getContext('2d');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue