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-boundary-scale: adds scaling to boundary Fixes #820 #821

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cor1
Copy link

@cor1 cor1 commented May 24, 2024

Proposed solution

This fixes #820 that I just filed. Basically when using a boundary element that has transform scale the bounding box is not what you expect.

Testing Done

Tested fix in my current project that uses this library, by modifying the index.js that is in the bundle with the same change.

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.

When using a scale and html element boundary the scale is not applied to the bounds.
1 participant