mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Reactivate new overlap handling.
It appears to work better with the new Curve.getParameterOf()
This commit is contained in:
parent
d20cdf5b73
commit
841381f520
1 changed files with 0 additions and 1 deletions
|
@ -598,7 +598,6 @@ PathItem.inject(new function() {
|
|||
var inter = seg2._intersection,
|
||||
overlaps = inter && inter._overlaps,
|
||||
values = Curve.getValues(seg1, seg2);
|
||||
return !!overlaps;
|
||||
for (var i = 0, l = overlaps && overlaps.length; i < l; i++) {
|
||||
if (Curve.getOverlaps(values, overlaps[i]))
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue