diff --git a/src/path/CompoundPath.js b/src/path/CompoundPath.js index 94e458ee..8e151f07 100644 --- a/src/path/CompoundPath.js +++ b/src/path/CompoundPath.js @@ -139,7 +139,7 @@ var CompoundPath = PathItem.extend(/** @lends CompoundPath# */{ this.remove(); return path; } else { - return reduce.call(this); + return reduce.base.call(this); } },