mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Added todo about supporting BlendMode for PlacedSymbols.
This commit is contained in:
parent
ec0b1dec1d
commit
1c364601b4
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue