summaryrefslogtreecommitdiff
path: root/graphics/asymptote/base/bezulate.asy
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/base/bezulate.asy')
-rw-r--r--graphics/asymptote/base/bezulate.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/base/bezulate.asy b/graphics/asymptote/base/bezulate.asy
index 756ee00ac3..e09b86ed25 100644
--- a/graphics/asymptote/base/bezulate.asy
+++ b/graphics/asymptote/base/bezulate.asy
@@ -1,6 +1,6 @@
// Bezier triangulation routines written by Orest Shardt, 2008.
-private real fuzz=sqrtEpsilon;
+private real fuzz=1e-6;
real duplicateFuzz=1e-3; // Work around font errors.
real maxrefinements=10;