Switch back to CURVETIME_EPSILON now that overlap edge-case appears to be handled.

This commit is contained in:
Jürg Lehni 2015-10-01 20:47:56 -05:00
parent 4b4ccbac09
commit c0bb6890bd

View file

@ -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.