mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-07 19:49:09 -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
|
||||
ctx.save();
|
||||
this.matrix.applyToContext(ctx);
|
||||
this.symbol.definition.draw(ctx);
|
||||
this.symbol.definition.draw(ctx, param);
|
||||
ctx.restore();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue