diff --git a/src/item/PlacedSymbol.js b/src/item/PlacedSymbol.js index 92fc022c..acc49f2c 100644 --- a/src/item/PlacedSymbol.js +++ b/src/item/PlacedSymbol.js @@ -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(); } }