Skip to main content
Participant
September 3, 2024

About a text rotaion display error form Illustrator

  • September 3, 2024
  • 0 replies
  • 137 views

I encountered a strange issue and would like your help.

I designed a text in Illustrator and then rotated it by 90°. I exported it as a PSD file. When I open it in Photoshop, the style appears normal, but the rotation angle is missing.

I used code to extract the JSON data from the PSD, and the transform for the text is {"xx": 4.166666666666667, "xy": 0.0, "yx": 0.0, "yy": 4.166666666666667, "tx": -32781.50000000001, "ty": -34487.0}, which also does not include the rotation angle. I am not sure if this is a bug.

Could you please explain what data Photoshop uses to determine that the text is rotated by 90° and how it correctly displays it?

In Photoshop:

I want to write code to display this text. but is error, because I can't extract an angle..