So I’ve got a project, I go to export the files, all works as expected except for the rectangles which are now in the wrong positions. Same error with PDF and SVG libraries.
Is this a known issue with rectMode(CENTER)?
Does anyone have a workaround for this aside from me repositioning every rectangular element?
Yes that’s probably the case, to rotate a rectangle on its center for example be careful to push and pop the matrix before drawing any other shapes that you don’t want to transform and use rectMode(CENTER) to center it.