diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2010-04-10 15:21:01 +0000 |
|---|---|---|
| committer | Johan Engelen <goejendaagh@zonnet.nl> | 2010-04-10 15:21:01 +0000 |
| commit | 20dae7a7ce078ec4e0cd5c808c21eba4d549ddc7 (patch) | |
| tree | a514593bbb8fd8b50942c1ef49579e0773501d7c /src/splivarot.h | |
| parent | fix bug 168275 by removing a ceil on document height and width in pdf/eps/ps ... (diff) | |
| download | inkscape-20dae7a7ce078ec4e0cd5c808c21eba4d549ddc7.tar.gz inkscape-20dae7a7ce078ec4e0cd5c808c21eba4d549ddc7.zip | |
* improve boundingbox calculation: include strokecaps.
* increasing boundingbox calculation precision for selection to marker, selection to pattern and fit canvas to selection
(bzr r9307)
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 dce31a1ad..ff9f4f577 100644 --- a/src/splivarot.h +++ b/src/splivarot.h @@ -43,6 +43,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); +Geom::PathVector* item_outline(SPItem const *item); // simplifies a path (removes small segments and the like) void sp_selected_path_simplify (SPDesktop *desktop); |
