Improper zoom cursor calculation on ROTATED images
rendlp opened this issue · 1 comments
rendlp commented
When image is rotated and the user zooms, cursor calculation rotates with image, causing improper cursor calculation.
ex. Image is rotated 180 degrees, cursor calculation is flipped 180 degrees. Moving mouse UP on a 180 degree rotated image will move the cursor DOWN.
I believe this issue is related to the setZoomPosition() function.