mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Add comment about necessity to write more comments (nudge nudge, wink wink).
This commit is contained in:
parent
aca79fc6a9
commit
caa6e8f88e
1 changed files with 2 additions and 0 deletions
|
@ -190,6 +190,8 @@ Raster = Item.extend({
|
|||
BlendMode.process(ctx, this, param);
|
||||
} else {
|
||||
ctx.save();
|
||||
// TODO: Documment what ignoreBlendMode is really doing, and why
|
||||
// this is necessary?
|
||||
if(param.ignoreBlendMode !== true)
|
||||
this.matrix.applyToContext(ctx);
|
||||
ctx.drawImage(this._canvas || this._image,
|
||||
|
|
Loading…
Reference in a new issue