You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In includes/structure.js line 216 we are using. allPageItems. This should be pageItems. We will have to test if a change would affect other parts where b.items is used.
I don't think it should cause any problems to switch to pageItems. With b.ungroup() it is currently returning allPageItems, I am not sure if this is really the desired behavior (as only the top level pageItems were really grouped). We just should update the docs to tell the user that with b.items() only the top level items are treated.
If I place rectangles for example it's fine.
If I place images i always have twice as much.
I think it both reports the content and the frame.
The text was updated successfully, but these errors were encountered: