aboutsummaryrefslogtreecommitdiff
path: root/generic/Group.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/Group.c')
-rw-r--r--generic/Group.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/generic/Group.c b/generic/Group.c
index 85e6fd4..9757535 100644
--- a/generic/Group.c
+++ b/generic/Group.c
@@ -536,8 +536,12 @@ CallRegularCC(Item item)
* the following predicate is thus valid for testing
* a clipbox.
*/
- /* Tue Nov 14 15:21:05 2000 Suppressed to have a constant
- bbox to align tiles. Have to watch any possible breakage.
+ /* Tue Nov 14 15:21:05 2000 Suppressed to have a real
+ bbox to align tiles (i.e if an object is larger than
+ its enclosing clipping, the bbox is equal to the clip
+ area and the tiling will not move with the object until
+ it partially uncovered the clip area.
+ Have to watch any possible breakage.
if (ITEM_P.CurrentClip(wi, NULL, &clip_box, NULL)) {
ZnBBox inter;