diff --git a/src/item/Raster.js b/src/item/Raster.js index 10beb721..aeddd814 100644 --- a/src/item/Raster.js +++ b/src/item/Raster.js @@ -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,