From caa6e8f88ecfb49d7fcdc816fc1e4165f8b6e3a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 28 Feb 2011 20:23:03 +0100 Subject: [PATCH] Add comment about necessity to write more comments (nudge nudge, wink wink). --- src/item/Raster.js | 2 ++ 1 file changed, 2 insertions(+) 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,