diff options
| author | MenTaLguY <mental@rydia.net> | 2006-09-03 22:19:49 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2006-09-03 22:19:49 +0000 |
| commit | 039dd89e32d23767640d0520af0223c51e1aa0a9 (patch) | |
| tree | 12035e6295b87c4f7dc8685a5150070afe099656 /src/dyna-draw-context.cpp | |
| parent | increase DYNA_EPSILON in order to reduce calligraphy tool artifacts (diff) | |
| download | inkscape-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.cpp | 2 |
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 |
