Added todo about supporting BlendMode for PlacedSymbols.

This commit is contained in:
Jonathan Puckey 2011-02-25 13:28:35 +01:00
parent ec0b1dec1d
commit 1c364601b4

View file

@ -39,6 +39,7 @@ PlacedSymbol = Item.extend({
},
draw: function(ctx, param) {
// TODO: BlendMode isn't working yet for PlacedSymbols.
if(this.blendMode != 'normal' && !param.ignoreBlendMode) {
BlendMode.process(ctx, this, param);
} else {