mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05: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
|
||||
ctx.save();
|
||||
this.matrix.applyToContext(ctx);
|
||||
this.symbol.definition.draw(ctx);
|
||||
this.symbol.definition.draw(ctx, param);
|
||||
ctx.restore();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue