summaryrefslogtreecommitdiffstats
path: root/src/helper
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper')
-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 e996acb40..e706667bc 100644
--- a/src/helper/geom-pathstroke.cpp
+++ b/src/helper/geom-pathstroke.cpp
@@ -1115,7 +1115,7 @@ void outline_join(Geom::Path &res, Geom::Path const& temp, Geom::Point in_tang,
join_data jd(res, temp, in_tang, out_tang, miter, width);
if (!(Geom::cross(in_tang, out_tang) > 0)) {
- join = Inkscape::JOIN_ROUND;
+ join = Inkscape::JOIN_BEVEL;
}
join_func *jf;
switch (join) {