From c41c31ac3e82a8316f487fb60fb9604ee72e01f0 Mon Sep 17 00:00:00 2001 From: DD Date: Fri, 27 Oct 2017 13:35:28 -0400 Subject: [PATCH] fix comment --- src/helper/blob-tools/blob.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/helper/blob-tools/blob.js b/src/helper/blob-tools/blob.js index b3a4d75e..985c9184 100644 --- a/src/helper/blob-tools/blob.js +++ b/src/helper/blob-tools/blob.js @@ -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--) {