mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -05:00
Remove todo in PlacedSymbol.
This commit is contained in:
parent
1ae89049ed
commit
dae2d6acb1
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@ var PlacedSymbol = this.PlacedSymbol = Item.extend({
|
|||
},
|
||||
|
||||
draw: function(ctx, param) {
|
||||
// TODO: we need to preserve strokewidth
|
||||
ctx.save();
|
||||
this.matrix.applyToContext(ctx);
|
||||
Item.draw(this.symbol.getDefinition(), ctx, param);
|
||||
|
|
Loading…
Reference in a new issue