From ba68ea0e1f358a6ee7f4fd2e430385fb13ea095e Mon Sep 17 00:00:00 2001 From: MenTaLguY Date: Sun, 3 Sep 2006 22:07:21 +0000 Subject: increase DYNA_EPSILON in order to reduce calligraphy tool artifacts (bzr r1671) --- 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 3233198f6..b1f8a9842 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-6 +#define DYNA_EPSILON 1.0e-3 #define DYNA_MIN_WIDTH 1.0e-6 -- cgit v1.2.3