nhn / tui.image-editor

🍞🎨 Full-featured photo image editor using canvas. It is really easy, and it comes with great filters.
http://ui.toast.com/tui-image-editor
MIT License
6.83k stars 1.26k forks source link

Crop bug after Zoom method #895

Open GangHyun95 opened 7 months ago

GangHyun95 commented 7 months ago

After reducing or increasing the size of the image through the zoom method, it works well until the crop area is created by dragging in startDrawingMode ('CROPPER'). However, if you try to resize the crop area by holding the edge or vertex of the crop area after creating the crop area, it will behave strangely. And there are bugs, such as smaller images or out-of-scope cuts when using the crop(rect) method after designating the crop area after using the zoom method. Is there any other way to solve this problem?