Skip to main content
Inspiring
June 1, 2023
Answered

Any known scenarios where grouping could change the appearance?

  • June 1, 2023
  • 2 replies
  • 734 views

I need to group a bunch of pageItems before I throw them to .rasterize(). Made me think. Are there any known scenarios where grouping could change the appearance that I need to take into account?

 

This topic has been closed for replies.
Correct answer Jacob Bugge

Ah, iLLMonkey.

 

No, they are just collected but keep their individual properties.

2 replies

m1b
Community Expert
Community Expert
June 1, 2023

I'll just add a further comment: you have nothing to worry about if you are adding the items to a new group. If you are adding items to an existing group then you must consider the effects of that group's appearance. Probably not an issue in your case.

- Mark

Jacob Bugge
Community Expert
Community Expert
June 2, 2023

iLLMonkey,

 

Mark is certainly right, of course.

 

The exact way of placing a new item can be crucial, far beyond a simple change in covering, such as the new item partly or completely vanishing if placed within a clipping set.

 

Jacob Bugge
Community Expert
Community Expert
June 1, 2023

iLLMonkey,

 

Grouping objects will collect them into a group in the stacking order as can be seen in the expanded Layer in the Layers panel.

 

This means that the objects in the group will be consecutive from the topmost to the bottommost of the group itself.

 

If there were other objects in between the grouped ones, all objects in the group will be above them in the stacking order.

 

Obviously, such a change in stacking order can change the appearance so that objects in the group (partly) covered by others will now cover them instead.

 

iLLMonkeyAuthor
Inspiring
June 1, 2023

Absolutely. I was thinking more like if any effects, blending modes, and stuff like that are known to change appearance if being grouped.

Jacob Bugge
Community Expert
Jacob BuggeCommunity ExpertCorrect answer
Community Expert
June 1, 2023

Ah, iLLMonkey.

 

No, they are just collected but keep their individual properties.