From: mental Date: Sun, 3 Sep 2006 22:19:49 +0000 (+0000) Subject: reduce DYNA_EPSILON further, as artifacts still occur frequently with the smaller... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=54b714b1029fe4efc22eb3093e4d3c2a84df5b9a;p=inkscape.git reduce DYNA_EPSILON further, as artifacts still occur frequently with the smaller setting --- diff --git a/src/dyna-draw-context.cpp b/src/dyna-draw-context.cpp index b1f8a9842..3eb84570d 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-3 +#define DYNA_EPSILON 1.0e-2 #define DYNA_MIN_WIDTH 1.0e-6