-
-
Notifications
You must be signed in to change notification settings - Fork 609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overlays positions when rotate #729
Comments
Good point! Looks like we're kind of making an attempt; the position changes, and panning even seems to work (when I tried it) but zooming is totally wrong, and the size of the overlay changes incorrectly. Should definitely be looked into. |
Fixed by #896 |
i am working with openseadragon and fabric js canvas when , zoom is working perfectly for fabricjscanvas but rotate doesnt please check belowe link .download and run the demo.html then click on draw then draw on canvas then click rotate https://github.com/MMtechnolab/OpenseadragonfabricjsDemo |
@iangilman i have tried it but not working |
Hmm... it looks like Fabric itself doesn't really support rotation, according to altert/OpenseadragonFabricjsOverlay#9. Btw, have you tried the suggestions in that issue? At any rate, you might need to follow up on that plugin or Fabric itself. |
When I call
viewport.setRotation
and image rotates, overlays positions aren't changing and if you start to drag image, their position changes incorrectly.The text was updated successfully, but these errors were encountered: