summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2006-09-03 22:07:21 +0000
committermental <mental@users.sourceforge.net>2006-09-03 22:07:21 +0000
commitba68ea0e1f358a6ee7f4fd2e430385fb13ea095e (patch)
tree25b7bc63adf3b4c311f8471959cc7db9b0d0bdd9
parentDisable pen events while finishing pen operations to prevent race condition (diff)
downloadinkscape-ba68ea0e1f358a6ee7f4fd2e430385fb13ea095e.tar.gz
inkscape-ba68ea0e1f358a6ee7f4fd2e430385fb13ea095e.zip
increase DYNA_EPSILON in order to reduce calligraphy tool artifacts
(bzr r1671)
-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 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