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
I do think I know what the problem is but I'm still pondering a good approach to fix it. Could you maybe share what CSS you are applying to the image to rotate it that I can use as a reproduction case? Post it over in #41 - I'll close this as a duplicate to keep things tidy.
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.
The text was updated successfully, but these errors were encountered: