-
-
Notifications
You must be signed in to change notification settings - Fork 167
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
for a portrait image on rotation moves crop Rect outside image #152
Labels
bug
Something isn't working
Comments
Thanks for the kind words. It looks like a bug indeed, could you please create a code sandbox showing the issue? |
After checking this bug, it's related to #151. Basically, vertical aspects/images are not properly handled and the internal |
This should be fixed by #157, could you please test it (using the sandbox linked in the PR) and confirm? |
Fix release with v3.1.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Valentin/ support ,
Thanks for this wonderful free library. It works nice for me.
I am facing a issue for portrait images. I Have portrait images with aspect ratio set to say 0.66. when i rotate the image to 90 degree my crop rect doesnt change and it stays outside image . i am setting the initial crop area as center cropped area of image.
pls help me to resolve this issue.
after rotate
The text was updated successfully, but these errors were encountered: