Vertical text fields are not displayed on the client

I have some Text fields with 270 degree rotation, they are getting displayed perfectly on the server but not on the clients. So, only the text fields with 0 degree rotation angle are displayed the clients and the ones with 90, 180 or 270 degree rotations are not getting displayed. Could you please help?

I’m going to assume you’re talking about Vision here. I’ve had this happen before as well on specific hardware. I think the only solution I found was to changing the rotation just off the integer eg 270.01

Thanks @nminchin that worked for me as well but I needed to set it as 271 degree as the value is only integer for me.

1 Like