mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
parent
1efa0edb50
commit
18956805ef
1 changed files with 2 additions and 2 deletions
|
@ -943,8 +943,8 @@ PathItem.inject(new function() {
|
||||||
collect(inter);
|
collect(inter);
|
||||||
// Find the beginning of the linked intersections and loop all
|
// Find the beginning of the linked intersections and loop all
|
||||||
// the way back to start, to collect all valid intersections.
|
// the way back to start, to collect all valid intersections.
|
||||||
while (inter && inter._prev)
|
while (inter && inter._previous)
|
||||||
inter = inter._prev;
|
inter = inter._previous;
|
||||||
collect(inter, start);
|
collect(inter, start);
|
||||||
}
|
}
|
||||||
return crossings;
|
return crossings;
|
||||||
|
|
Loading…
Reference in a new issue