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

Bug: Pedals that are wider than they are tall use both rotated and unrotated bounding boxes when rotated 90 degrees #2045

Open
kmgreg opened this issue Feb 7, 2025 · 2 comments

Comments

@kmgreg
Copy link

kmgreg commented Feb 7, 2025

When placing the 95000 and then rotating it, the boundary of what the app considers its area is too large horizontally:

Image

My mouse is where the red circle is (i.e. not on the pedal)

EDIT:

Upon further inspection this appears to happen with any pedal that is wider than it is tall:
Boss MS-3:

Image

GigRig G3:

Image

EDIT 2:

Found out why, the parent div doesn't rotate:

Image

@kmgreg
Copy link
Author

kmgreg commented Feb 7, 2025

From a quick test it appears to be roughly where the pedal would be if it wasn't rotated in addition to the correct area

All the red is considered the pedal:

Image

@kmgreg kmgreg changed the title Bug: Electro-Harmonix 95000 Performance Loop Laboratory's bounding box is too large when rotated Bug: Pedals that are wider than they are tall use both rotated and unrotated bounding boxes when rotated 90 degrees Feb 7, 2025
@kmgreg
Copy link
Author

kmgreg commented Feb 7, 2025

Removing the .artwork from the CSS sheet for .pedal.rotate.* fixes the issue but causes new ones:

Image

Image

Image

The bounding box is fixed but the rotation and delete buttons are now rotated as well. It also gets rid of the rotation animation.

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

No branches or pull requests

1 participant