mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-24 12:49:22 -04:00
PlacedSymbol: add missing param object to PlacedSymbol#definition#draw call.
This commit is contained in:
parent
76e7045785
commit
ec0b1dec1d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ PlacedSymbol = Item.extend({
|
||||||
// TODO: we need to preserve strokewidth, but still transform the fill
|
// TODO: we need to preserve strokewidth, but still transform the fill
|
||||||
ctx.save();
|
ctx.save();
|
||||||
this.matrix.applyToContext(ctx);
|
this.matrix.applyToContext(ctx);
|
||||||
this.symbol.definition.draw(ctx);
|
this.symbol.definition.draw(ctx, param);
|
||||||
ctx.restore();
|
ctx.restore();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue