diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-07-28 15:33:53 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-07-28 15:33:53 +0000 |
| commit | 33a4dc0f8cbd9ae028648738925ba4ac0f566c17 (patch) | |
| tree | dafe5838f0e341c824b2073edb662ff8c4b038d3 /src/splivarot.h | |
| parent | Reverted changes to r15024 after many building problems (diff) | |
| download | inkscape-33a4dc0f8cbd9ae028648738925ba4ac0f566c17.tar.gz inkscape-33a4dc0f8cbd9ae028648738925ba4ac0f566c17.zip | |
Fix Stroke to fill retaining fills
Fixed bugs:
- https://launchpad.net/bugs/1556592
(bzr r15028)
Diffstat (limited to 'src/splivarot.h')
| -rw-r--r-- | src/splivarot.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
