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);