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
Images always show up on top when overlapping. This is because our XMLtoJSON parser doesn't preserve the order of elements, so we first analyze shape objects and then any images thereafter.
The current best solution is to set the shape background fill as an image to support overlapping.
Everything is rendered in the order of slide placement. So place elements that go towards the back first, and then put newer elements on top. Changing shape order probably won't work as expected.
The text was updated successfully, but these errors were encountered:
Images always show up on top when overlapping. This is because our XMLtoJSON parser doesn't preserve the order of elements, so we first analyze shape objects and then any images thereafter.
The current best solution is to set the shape background fill as an image to support overlapping.
Everything is rendered in the order of slide placement. So place elements that go towards the back first, and then put newer elements on top. Changing shape order probably won't work as expected.
The text was updated successfully, but these errors were encountered: