mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -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);
|
||||
// Find the beginning of the linked intersections and loop all
|
||||
// the way back to start, to collect all valid intersections.
|
||||
while (inter && inter._prev)
|
||||
inter = inter._prev;
|
||||
while (inter && inter._previous)
|
||||
inter = inter._previous;
|
||||
collect(inter, start);
|
||||
}
|
||||
return crossings;
|
||||
|
|
Loading…
Reference in a new issue