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 square crops having mismatching width/height values #2706

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from

Conversation

13twelve
Copy link
Member

@13twelve 13twelve commented Dec 5, 2024

Description

Rounding errors often mean that a square crop appears to generate non square outputs. Usually only out by a few pixels but its noticeable with a square as you're expecting w === h to be shown in the cropper tool.

Rounding errors often mean that a square crop appears to
generate non square outputs. Usually only out by a few pixels
but its noticeable with a square as you're expecting `w === h`
to be shown in the cropper tool.
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