mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
Switch back to CURVETIME_EPSILON now that overlap edge-case appears to be handled.
This commit is contained in:
parent
4b4ccbac09
commit
c0bb6890bd
1 changed files with 1 additions and 1 deletions
|
@ -1419,7 +1419,7 @@ new function() { // Scope for intersection using bezier fat-line clipping
|
|||
return;
|
||||
// Let P be the first curve and Q be the second
|
||||
var q0x = v2[0], q0y = v2[1], q3x = v2[6], q3y = v2[7],
|
||||
epsilon = /*#=*/Numerical.GEOMETRIC_EPSILON,
|
||||
epsilon = /*#=*/Numerical.CURVETIME_EPSILON,
|
||||
getSignedDistance = Line.getSignedDistance,
|
||||
// Calculate the fat-line L for Q is the baseline l and two
|
||||
// offsets which completely encloses the curve P.
|
||||
|
|
Loading…
Reference in a new issue