mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
No need to change the winding values here.
But onPath is crucial. Relates to #1073
This commit is contained in:
parent
4d6ebe2f3f
commit
fb4a0b1fe0
1 changed files with 0 additions and 2 deletions
|
@ -529,8 +529,6 @@ PathItem.inject(new function() {
|
|||
} else if (a > paR) {
|
||||
windingR += winding;
|
||||
} else {
|
||||
windingL += winding;
|
||||
windingR += winding;
|
||||
onPath = true;
|
||||
}
|
||||
// Determine the quality of the winding calculation. Reduce the
|
||||
|
|
Loading…
Reference in a new issue