diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-05-20 04:04:16 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-05-20 04:04:16 +0000 |
| commit | 731b20d72fce877640a9f634cb87eb99583e796a (patch) | |
| tree | 2f5d47f682f337cccaf47aa0f3e60a3c54957e01 /src/helper/geom-pathstroke.h | |
| parent | Remove unwanted file (diff) | |
| download | inkscape-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.h | 2 |
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 |
