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

Bugfix issue 57: Height and width of rotated shapes is not taken into account correctly #59

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

o485
Copy link

@o485 o485 commented Dec 18, 2024

I have tested all functionalities, but due to the scope of changes, it would be helpful for someone else to review and verify that all subs work as intended.

Changes:

  • Added module to get and set the position and size of rotated objects.
  • Updated all align, distribute, size and position subs to use the new "Real" position:
    • Stretching shapes
    • Adjusting shaping between shapes
    • Aligning shapes
    • Arranging shapes
    • Re-sizing compare to other shapes (tallest, narrowest, etc)
    • Re-sizing to same width and/or height
    • Swapping shape locations

Note:
The real position is uses the rectangular bounding box and does not take the actual form of the shape into account.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant