Butterfly icon indicating copy to clipboard operation
Butterfly copied to clipboard

[Bug]: Rotating, then scaling produces poor results.

Open vi opened this issue 2 years ago • 5 comments
trafficstars

What happened?

badselect2.webm

Version

2.0.0-beta.14

Platform

Web

Relevant log output

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

vi avatar Nov 01 '23 21:11 vi

This is the function that needs to be fixed: https://github.com/LinwoodDev/Butterfly/blob/develop/app/lib/renderers/renderer.dart#L174

The public transform function should try to remove the rotation out of the evaluation and then call the private _transform function with the unrotated values.

CodeDoctorDE avatar Feb 06 '24 11:02 CodeDoctorDE