diff --git a/src/path/CompoundPath.js b/src/path/CompoundPath.js index 8d6103d2..53f274d5 100644 --- a/src/path/CompoundPath.js +++ b/src/path/CompoundPath.js @@ -28,6 +28,7 @@ var CompoundPath = this.CompoundPath = PathItem.extend({ // clockwise orientation when creating a compound path, so that they // appear as holes, but only if their orientation was not already // specified before (= _clockwise is defined). + // TODO: This should really be handled in appendTop / Bottom, right? if (path._clockwise === undefined) path.setClockwise(i < l - 1); this.appendTop(path);