Rotation and Scale

Hi.

When you define a rotation and a scale on a display object, solar2D always apply scale then rotation.
This is the case with properties or method

I’d like to know if there is a solution to make scale after rotation

rotation+scale

A method to give a transformation matrix to a display object would be cool !

You can play around with quadrilateral distortion by accessing a rect’s path, see:

This could probably be used to achieve what you want, at least to some extent.

1 Like

Unfortunately, a stretch is not a rotation :weary:

But it can be done by putting object into a group.
Then rotate object and scale the group !

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.