We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Playing with your example, when the image is rotated and cropped, the picture is cutted.
Testing in local, it fails as well.
The text was updated successfully, but these errors were encountered:
seems like a bug in original croppie: Foliotek/Croppie#668
Sorry, something went wrong.
Just add: self._originalImageWidth = canvas.width; self._originalImageHeight = canvas.height;
self._originalImageWidth = canvas.width; self._originalImageHeight = canvas.height;
on line 1479, as stated in Foliotek/Croppie@3e0b9b1
It seems to be an error in last croppie versions.
No branches or pull requests
Playing with your example, when the image is rotated and cropped, the picture is cutted.
Testing in local, it fails as well.
The text was updated successfully, but these errors were encountered: