summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/helper/geom-pathstroke.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/geom-pathstroke.cpp b/src/helper/geom-pathstroke.cpp
index 3ef4b15da..d2e9f9a1b 100644
--- a/src/helper/geom-pathstroke.cpp
+++ b/src/helper/geom-pathstroke.cpp
@@ -557,7 +557,7 @@ void extrapolate_join_internal(join_data jd, int alternative)
Geom::Line bisector_chord = make_bisector_line(chord);
Geom::Line limit_line;
- double miter_limit = 2.0 * width * miter;
+ double miter_limit = width * miter;
bool clipped = false;
if (are_parallel(bisector_chord, ortho)) {