From: mental Date: Mon, 4 Sep 2006 03:39:35 +0000 (+0000) Subject: reduce epsilon a little bit X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e4326cf41c1ce1cf3dd48848c053185f480428f3;p=inkscape.git reduce epsilon a little bit --- 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