mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
New overlap handling is producing new glitches.
Turn it off for now, until further analysis has been done.
This commit is contained in:
parent
b2127a83ad
commit
0839dbe1f5
1 changed files with 1 additions and 0 deletions
|
@ -597,6 +597,7 @@ 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