-
Notifications
You must be signed in to change notification settings - Fork 63
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
Object moving moving on zoom #30
Comments
Code resolved I have managed to fix this problem by reinitializing the canvas whenever a new tileset has been added.
Works pretty well although im having some problems with performance and fabric on this form of tileset. Any idea why the performance is poorer when doing this. It should run clean but as for now i have solved my own problem !. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a problem when using this overlay system on my map
I use a image map then use the fabric.js to add a rectangle to this map just like the example shows and when i do it on its own document it works fine. but when i use it on my webpage application it has a weird scaling bug when i use the openseadragons zoom function the object moves by itself like its not linked together with the actual canvas
Working Code on a html file
None working ajax aspx function code.
I am really scratching my head at this because it works on the html page but doesnt work on the aspx page. I am not sure if this is something to do with the fact i am using AJAX to recieve the maps data.
It does load the page and then it places the fabric object on but it is like they are not linked because the object moves around the page.
Thanks
The text was updated successfully, but these errors were encountered: