mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-09 14:12:13 -05:00
fix comment
This commit is contained in:
parent
85d7090ad0
commit
c41c31ac3e
1 changed files with 0 additions and 1 deletions
|
@ -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--) {
|
||||
|
|
Loading…
Reference in a new issue