diff options
| author | MenTaLguY <mental@rydia.net> | 2006-09-04 03:39:35 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2006-09-04 03:39:35 +0000 |
| commit | 7a0c75f84f8e5f563bd88954ec882c2c79200303 (patch) | |
| tree | 43c8958bbc4cf19ce88fc8e7e178d72237333c55 /src/dyna-draw-context.cpp | |
| parent | add support for rounded caps with the calligraphy tool (diff) | |
| download | inkscape-7a0c75f84f8e5f563bd88954ec882c2c79200303.tar.gz inkscape-7a0c75f84f8e5f563bd88954ec882c2c79200303.zip | |
reduce epsilon a little bit
(bzr r1674)
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 1dbb91785..04378849e 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-2 +#define DYNA_EPSILON 0.5e-2 #define DYNA_MIN_WIDTH 1.0e-6 |
