Add comment about necessity to write more comments (nudge nudge, wink wink).

This commit is contained in:
Jürg Lehni 2011-02-28 20:23:03 +01:00
parent aca79fc6a9
commit caa6e8f88e

View file

@ -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,