summaryrefslogtreecommitdiffstats
path: root/src/helper/geom-pathstroke.h
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-05-20 04:04:16 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-05-20 04:04:16 +0000
commit731b20d72fce877640a9f634cb87eb99583e796a (patch)
tree2f5d47f682f337cccaf47aa0f3e60a3c54957e01 /src/helper/geom-pathstroke.h
parentRemove unwanted file (diff)
downloadinkscape-731b20d72fce877640a9f634cb87eb99583e796a.tar.gz
inkscape-731b20d72fce877640a9f634cb87eb99583e796a.zip
Improvements to Offset LPE
Diffstat (limited to 'src/helper/geom-pathstroke.h')
-rw-r--r--src/helper/geom-pathstroke.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/geom-pathstroke.h b/src/helper/geom-pathstroke.h
index 73d35b402..8224b59b8 100644
--- a/src/helper/geom-pathstroke.h
+++ b/src/helper/geom-pathstroke.h
@@ -91,7 +91,7 @@ Geom::Path half_outline(
* @param[in] miter
* @param[in] join
*/
-void outline_join(Geom::Path &res, Geom::Path const& outgoing, Geom::Point in_tang, Geom::Point out_tang, double width, double miter, LineJoinType join);
+void outline_join(Geom::Path &res, Geom::Path const& outgoing, Geom::Point in_tang, Geom::Point out_tang, double width, double miter, bool on_outside, LineJoinType join);
} // namespace Inkscape