Code

Fix self-snapping when dragging the transformation center of a selection containing...
[inkscape.git] / src / splivarot.h
index dce31a1ad6eb1f7454a97d4f6111f185baa43568..ff9f4f5774fe19d30160af9534825605bc7d1d35 100644 (file)
@@ -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);