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

Rotating the image, it is cutted #66

Open
manumora opened this issue Aug 13, 2019 · 2 comments
Open

Rotating the image, it is cutted #66

manumora opened this issue Aug 13, 2019 · 2 comments

Comments

@manumora
Copy link

Playing with your example, when the image is rotated and cropped, the picture is cutted.
AwesomeScreenshot-jofftiquez-github-io-vue-croppie--2019-08-13_1_25

Testing in local, it fails as well.

@viktorhunko
Copy link

viktorhunko commented Jan 21, 2020

seems like a bug in original croppie: Foliotek/Croppie#668

@pauubach
Copy link

Just add:
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.

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

3 participants