mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-24 20:59:02 -04: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…
Add table
Add a link
Reference in a new issue