I’m having trouble getting my shapes to maintain their size, when I modify angle property
save, close window, and reopen
I’m having trouble getting my shapes to maintain their size, when I modify angle property
save, close window, and reopen
I have also seen this before. Best I can understand, the component uses the height and width properties differently when the angle is changed.
So if you rotate the component by 90° then the width property becomes the height property and vice versa.
What I did to fix this was swap the width and height values, although this is more complicated when the angle is not a simple 90° rotation.
P.S. I believe the reason it only changed after a window change is because the aforementioned swap does not occur until after the component is reloaded.
We have also seen this, and tried a few things to get rid of it. It eventually worked, but I still haven’t figured out what part fixed it (as in our case, it happened very gradually, over the course of weeks).
However, I believe there are two possible strategies. Avoid rescaling, or make everything square.
To avoid rescaling:
Note that it also made a difference when running in trial mode. When running in simulation mode, the trial bar caused a rescale of ~98%, which resulted in a slow deformation.
To make everything square: