-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Crop box can be moved outside image #218
Comments
It's the cause of EXIF Orientation, see #120. |
I have same issue with images without any EXIF data. basically, with any image it is possible for cropbox go out of picture boundaries... does any possibility exists to prevent this? |
Also seeing the same thing after updating to the latest version. It's nice that you can click outside the image boundary to start your selection, which wasn't possible in the older version, but the crop box itself should still be confined to the boundaries of the image. |
This is the same issue as mentioned in #207. It makes the latest version of Cropper much more difficult to use for a lot of common use cases. |
|
I had improved this in the v0.9.0. |
getImageData returns (it's correct)
getCropBoxData returns (it's correct)
But crop box is outside image (it's bug)
The text was updated successfully, but these errors were encountered: