Boolean -fix: CurveLocation now keeps track of the correct segment at intersections

This commit is contained in:
hkrish 2013-09-13 00:08:43 +02:00
parent cc29cab671
commit abe0e5e059

View file

@ -59,6 +59,7 @@ PathItem.inject(new function() {
if (others)
others.push(other);
segment._intersection = other;
loc._segment = segment;
}
return others;
}