Remove todo in PlacedSymbol.

This commit is contained in:
Jonathan Puckey 2011-03-09 17:09:23 +01:00
parent 1ae89049ed
commit dae2d6acb1

View file

@ -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);