summaryrefslogtreecommitdiffstats
path: root/src/item.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.c')
-rw-r--r--src/item.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/item.c b/src/item.c
index 6fcd110..05295bb 100644
--- a/src/item.c
+++ b/src/item.c
@@ -664,8 +664,9 @@ ganv_item_default_bounds(GanvItem* item, double* x1, double* y1, double* x2, dou
* @x2: Rightmost edge of the bounding box (return value).
* @y2: Lower edge of the bounding box (return value).
*
- * Queries the bounding box of a canvas item. The bounds are returned in the
- * coordinate system of the item's parent.
+ * Queries the bounding box of a canvas item. The bounding box may not be
+ * exactly tight, but the canvas items will do the best they can. The bounds
+ * are returned in the coordinate system of the item's parent.
**/
void
ganv_item_get_bounds(GanvItem* item, double* x1, double* y1, double* x2, double* y2)