Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ellipse rotation to work correctly #126

Merged
merged 2 commits into from
Mar 12, 2024

Commits on Mar 11, 2024

  1. Fix ellipse rotation to work correctly

    Previously, we only rotated the center of the ellipse, similar to the circle.
    This commit adds a rotation field to the ellipse shape type which stores the
    rotation of the ellipse in radians. And we use Cairo's rotate function when
    rendering the ellipse.
    
    Fixes Sudha247#116 along with Sudha247#121.
    punchagan committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a21d3c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb4ff76 View commit details
    Browse the repository at this point in the history