summaryrefslogtreecommitdiffstats
path: root/src/object/sp-mask.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-03-03 00:12:41 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-03-26 17:48:34 +0000
commit95b1c7b549605d7c6ce6623cc4cd121ed7c51a64 (patch)
tree1c38b4fe6baabbf45c55e0929516dd825f7d6847 /src/object/sp-mask.h
parentAllow building with USE_PANGO_WIN32. (diff)
downloadinkscape-95b1c7b549605d7c6ce6623cc4cd121ed7c51a64.tar.gz
inkscape-95b1c7b549605d7c6ce6623cc4cd121ed7c51a64.zip
Base LPE refactor
Diffstat (limited to 'src/object/sp-mask.h')
-rw-r--r--src/object/sp-mask.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/object/sp-mask.h b/src/object/sp-mask.h
index 02d37b82b..26e510830 100644
--- a/src/object/sp-mask.h
+++ b/src/object/sp-mask.h
@@ -47,6 +47,10 @@ public:
Inkscape::DrawingItem *sp_mask_show(Inkscape::Drawing &drawing, unsigned int key);
void sp_mask_hide(unsigned int key);
+ Geom::OptRect geometricBounds(Geom::Affine const &transform);
+
+ Geom::OptRect visualBounds(Geom::Affine const &transform) ;
+
void sp_mask_set_bbox(unsigned int key, Geom::OptRect const &bbox);
protected: