mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Subdivide only if tDiff on both curves have failed to converge more than 80%
This commit is contained in:
parent
45ed406aa3
commit
20fbdcffda
1 changed files with 1 additions and 1 deletions
|
@ -1465,7 +1465,7 @@ new function() { // Scope for methods that require numerical integration
|
|||
// Define the defaults for these parameters of
|
||||
// addCurveIntersections():
|
||||
// tMin, tMax, uMin, uMax, oldTDiff, reverse, recursion
|
||||
0, 1, 0, 1, 1, false, 0);
|
||||
0, 1, 0, 1, 0, false, 0);
|
||||
return locations;
|
||||
}
|
||||
}};
|
||||
|
|
Loading…
Reference in a new issue