From c47a18ea58f3a4dc9334c8910b62028c3e956fdf Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Fri, 25 Feb 2011 13:57:01 +0100 Subject: [PATCH] BlendMode: add todo about using Item#strokeBounds instead of Item#bounds. --- src/item/BlendMode.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/item/BlendMode.js b/src/item/BlendMode.js index 472003b0..6ff2ffcf 100644 --- a/src/item/BlendMode.js +++ b/src/item/BlendMode.js @@ -8,6 +8,7 @@ BlendMode = { // TODO: Should we remove some of the blend modes? // TODO: Add missing blendmodes like hue / saturation. process: function(documentContext, item, param) { + // TODO: use strokeBounds var itemBounds = item.bounds; var top = Math.floor(itemBounds.top); var left = Math.floor(itemBounds.left);