summaryrefslogtreecommitdiffstats
path: root/src/live_effects/pathoutlineprovider.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/pathoutlineprovider.h')
-rw-r--r--src/live_effects/pathoutlineprovider.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/pathoutlineprovider.h b/src/live_effects/pathoutlineprovider.h
index 1a363c35b..4133f47c2 100644
--- a/src/live_effects/pathoutlineprovider.h
+++ b/src/live_effects/pathoutlineprovider.h
@@ -20,6 +20,7 @@ namespace Outline
Geom::PathVector outlinePath(const Geom::PathVector& path_in, double line_width, JoinType join, ButtType butt, double miter_lim);
Geom::PathVector outlinePath_extr(const Geom::PathVector& path_in, double line_width, LineJoinType join, ButtType butt, double miter_lim);
+ Geom::Path PathOutsideOutline(Geom::Path const & path_in, double line_width, LineJoinType linejoin_type, double miter_limit);
}
#endif // _SEEN_PATH_OUTLINE_H