mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Boolean -fix: CurveLocation now keeps track of the correct segment at intersections
This commit is contained in:
parent
cc29cab671
commit
abe0e5e059
1 changed files with 7 additions and 6 deletions
|
@ -59,6 +59,7 @@ PathItem.inject(new function() {
|
|||
if (others)
|
||||
others.push(other);
|
||||
segment._intersection = other;
|
||||
loc._segment = segment;
|
||||
}
|
||||
return others;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue