diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-05-21 10:35:26 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-05-21 10:35:26 +0000 |
| commit | f0c19696be05686219208abad41b29b7ce6601a6 (patch) | |
| tree | 9f616d1fee9aa3b0e2a551f7a02e4731d509f302 /src/helper/geom-pathstroke.h | |
| parent | Fix alignment of ruler ticks (diff) | |
| download | inkscape-f0c19696be05686219208abad41b29b7ce6601a6.tar.gz inkscape-f0c19696be05686219208abad41b29b7ce6601a6.zip | |
Improvemets to GeomPathstroke and 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 8224b59b8..73d35b402 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, bool on_outside, LineJoinType 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); } // namespace Inkscape |
