From 7a0c75f84f8e5f563bd88954ec882c2c79200303 Mon Sep 17 00:00:00 2001 From: MenTaLguY Date: Mon, 4 Sep 2006 03:39:35 +0000 Subject: reduce epsilon a little bit (bzr r1674) --- src/dyna-draw-context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dyna-draw-context.cpp') diff --git a/src/dyna-draw-context.cpp b/src/dyna-draw-context.cpp index 1dbb91785..04378849e 100644 --- a/src/dyna-draw-context.cpp +++ b/src/dyna-draw-context.cpp @@ -55,7 +55,7 @@ #define SAMPLE_TIMEOUT 10 #define TOLERANCE_LINE 1.0 #define TOLERANCE_CALLIGRAPHIC 3.0 -#define DYNA_EPSILON 1.0e-2 +#define DYNA_EPSILON 0.5e-2 #define DYNA_MIN_WIDTH 1.0e-6 -- cgit v1.2.3