I am creating an ‘infinite’ photo gallery. Basically a grid of images in various orientations that extends in all directions. I am creating empty rectangles to make the grid shape and then have other people paste their images into each rectangle. The problem I am having is a lot of the rectangles were rotated so when the image is pasted into it, the image is also rotated.
Is there a way to make all the rectangles ‘forget’ how they have been rotated and just work as a regular container for the images?
There is a workaround for “forgetting” rotation of the rectangle. Create new small rectangle inside the existing rectangle, select both rectangles, union selection and delete the small rectangle. if you now paste the image on Union layer, it will not be rotated.
I selected and right clicked all elements I wanted to reset and “copied as svg” then pasted into Illustrator and the copied back. This set the bounding box of each element to only consist of vertical and horisontal lines, e.g forgetting the rotation of the elements.