From 33a4dc0f8cbd9ae028648738925ba4ac0f566c17 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Cenoz Date: Thu, 28 Jul 2016 17:33:53 +0200 Subject: Fix Stroke to fill retaining fills Fixed bugs: - https://launchpad.net/bugs/1556592 (bzr r15028) --- src/splivarot.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/splivarot.h') diff --git a/src/splivarot.h b/src/splivarot.h index 421c9c4b8..3278956bf 100644 --- a/src/splivarot.h +++ b/src/splivarot.h @@ -54,6 +54,7 @@ void sp_selected_path_create_updating_offset_object_zero (SPDesktop *desktop); // outline of a curve // uses the stroke-width void sp_selected_path_outline (SPDesktop *desktop); +bool sp_item_path_outline(SPItem *item, SPDesktop *desktop); Geom::PathVector* item_outline(SPItem const *item, bool bbox_only = false); // simplifies a path (removes small segments and the like) -- cgit v1.2.3