You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Image manipulation tools (zoom/rotate) all operate based on the center of the image. So when for example the image is very tall and zoomed in. The center of the image is way outside the screen. Rotating the image will make it disappear.
Making the operations work based on the center of the screen fixes these problems and feels more natural to the end user (IMO).