X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsp-clippath.h;h=8f20d788041f7d1962d71680ed938be44d84798f;hb=4e33f020dd832c0fa662afd97a40d6eba7f1fade;hp=1f5571cc17e0066b2b022bbadf4b704dcd3c58ac;hpb=6b15695578f07a3f72c4c9475c1a261a3021472a;p=inkscape.git diff --git a/src/sp-clippath.h b/src/sp-clippath.h index 1f5571cc1..8f20d7880 100644 --- a/src/sp-clippath.h +++ b/src/sp-clippath.h @@ -57,5 +57,8 @@ NRArenaItem *sp_clippath_show(SPClipPath *cp, NRArena *arena, unsigned int key); void sp_clippath_hide(SPClipPath *cp, unsigned int key); void sp_clippath_set_bbox(SPClipPath *cp, unsigned int key, NRRect *bbox); +void sp_clippath_get_bbox(SPClipPath *cp, NRRect *bbox, NR::Matrix const &transform, unsigned const flags); + +const gchar *sp_clippath_create (GSList *reprs, SPDocument *document, NR::Matrix const* applyTransform); #endif