summaryrefslogtreecommitdiffstats
path: root/src/dyna-draw-context.cpp
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2006-09-03 22:19:49 +0000
committermental <mental@users.sourceforge.net>2006-09-03 22:19:49 +0000
commit039dd89e32d23767640d0520af0223c51e1aa0a9 (patch)
tree12035e6295b87c4f7dc8685a5150070afe099656 /src/dyna-draw-context.cpp
parentincrease DYNA_EPSILON in order to reduce calligraphy tool artifacts (diff)
downloadinkscape-039dd89e32d23767640d0520af0223c51e1aa0a9.tar.gz
inkscape-039dd89e32d23767640d0520af0223c51e1aa0a9.zip
reduce DYNA_EPSILON further, as artifacts still occur frequently with the smaller setting
(bzr r1672)
Diffstat (limited to 'src/dyna-draw-context.cpp')
-rw-r--r--src/dyna-draw-context.cpp2
1 files changed, 1 insertions, 1 deletions
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