summaryrefslogtreecommitdiffstats
path: root/src/object/sp-item.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-item.h')
-rw-r--r--src/object/sp-item.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/object/sp-item.h b/src/object/sp-item.h
index 37faf999b..180142ec1 100644
--- a/src/object/sp-item.h
+++ b/src/object/sp-item.h
@@ -246,8 +246,12 @@ public:
* Get item's visual bounding box in this item's coordinate system.
*
* The visual bounding box includes the stroke and the filter region.
+ * @param wfilter use filter expand in bbox calculation
+ * @param wclip use clip data in bbox calculation
+ * @param wmask use mask data in bbox calculation
*/
- Geom::OptRect visualBounds(Geom::Affine const &transform = Geom::identity()) const;
+ Geom::OptRect visualBounds(Geom::Affine const &transform = Geom::identity(), bool wfilter = true, bool wclip = true,
+ bool wmask = true) const;
Geom::OptRect bounds(BBoxType type, Geom::Affine const &transform = Geom::identity()) const;