Code

doc: add TODO comment for handling hrefs better.
[inkscape.git] / src / display / nr-arena-item.h
index 17a223b31afe796d17fc0ede73b3969963f1991d..2faa7d2d05557de7ccb2413a0b30388b235a86c5 100644 (file)
@@ -89,6 +89,8 @@ struct NRArenaItem : public NRObject {
 
     /* BBox in grid coordinates */
     NRRectL bbox;
+    /* Redraw area in grid coordinates = bbox filter-enlarged and clipped/masked */
+    NRRectL drawbox;
     /* BBox in item coordinates - this should be a bounding box as
      * specified in SVG standard. Required by filters. */
     Geom::OptRect item_bbox;