fix comment

This commit is contained in:
DD 2017-10-27 13:35:28 -04:00
parent 85d7090ad0
commit c41c31ac3e

View file

@ -335,7 +335,6 @@ class Blobbiness {
}
// Divide topologically separate shapes into their own compound paths, instead of
// everything being stuck together.
// Assume that result of erase operation returns clockwise paths for positive shapes
const clockwiseChildren = [];
const ccwChildren = [];
for (let j = compoundPath.children.length - 1; j >= 0; j--) {