Code

increase DYNA_EPSILON in order to reduce calligraphy tool artifacts
[inkscape.git] / src / dyna-draw-context.cpp
index 3233198f606ecef0a60322deab9ce52b2372fe33..b1f8a984229c0f96b6762cbb595e1bb544d7417b 100644 (file)
@@ -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