jofftiquez / vue-croppie

Vue wrapper for croppie

Home Page:https://jofftiquez.github.io/vue-croppie/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rotating the image, it is cutted

manumora opened this issue · comments

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.

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

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.