guoyingtao / Mantis

An iOS Image cropping library, which mimics the Photo App written in Swift.
MIT License
907 stars 180 forks source link

Zooming out should zoom from Center #389

Closed rickshane closed 5 months ago

rickshane commented 5 months ago

Currently, zooming out seems to be anchored to the upper left origin. It should zoom out from center, before bouncing back to fit the cropBoxFrame. Video:

https://github.com/guoyingtao/Mantis/assets/5288729/e00492cf-67fa-4643-b8dd-e333033a48f8

guoyingtao commented 5 months ago

@rickshane PR #390 fixes this issue. Can you have a test? Thank you!

rickshane commented 5 months ago

Fixed in PR #390. Closing.