diff options
Diffstat (limited to 'src/splivarot.h')
| -rw-r--r-- | src/splivarot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/splivarot.h b/src/splivarot.h index c832cb3ab..6adc05946 100644 --- a/src/splivarot.h +++ b/src/splivarot.h @@ -57,8 +57,8 @@ 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); +void sp_selected_path_outline (SPDesktop *desktop, bool legacy = false); +bool sp_item_path_outline(SPItem *item, SPDesktop *desktop, bool legacy); Geom::PathVector* item_outline(SPItem const *item, bool bbox_only = false); // simplifies a path (removes small segments and the like) |
