summaryrefslogtreecommitdiffstats
path: root/src/splivarot.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2010-04-10 15:21:01 +0000
committerJohan Engelen <goejendaagh@zonnet.nl>2010-04-10 15:21:01 +0000
commit20dae7a7ce078ec4e0cd5c808c21eba4d549ddc7 (patch)
treea514593bbb8fd8b50942c1ef49579e0773501d7c /src/splivarot.h
parentfix bug 168275 by removing a ceil on document height and width in pdf/eps/ps ... (diff)
downloadinkscape-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.h1
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);