diff --git a/src/path/CompoundPath.js b/src/path/CompoundPath.js index e20a262e..1833e942 100644 --- a/src/path/CompoundPath.js +++ b/src/path/CompoundPath.js @@ -23,7 +23,7 @@ CompoundPath = PathItem.extend(new function() { if(!this.visible) return; if (this.children.length) { - if(this.blendMode && !param.ignoreBlendMode) { + if(this.blendMode != 'normal' && !param.ignoreBlendMode) { BlendMode.process(ctx, this, param); } else { var firstChild = this.children[0];