mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-23 12:18:45 -04:00
Boolean: Clear branch so we start with a new one on the next contour.
This commit is contained in:
parent
79661c35e6
commit
75a10fb246
1 changed files with 2 additions and 0 deletions
|
@ -864,6 +864,8 @@ PathItem.inject(new function() {
|
||||||
paths.push(path);
|
paths.push(path);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// Clear branch so we start with a new one on the next contour.
|
||||||
|
branch = null;
|
||||||
}
|
}
|
||||||
return paths;
|
return paths;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue