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
Really lovely work you all have done. I am using this code in my one project for demo. I have a few issues, but one main issue is moving the zooming image on a given coordinate. I have prepared SVG programmatically based on data. Now, I had indicated an error in SVG and those coordinate I have stored as a hyperlink and when the user will click on that link SVG move to that position in the current zoom scale.
Eg. I have an object or element drawn on a position 100, 399 and 230,344 accordingly. I would like when clicking on the link user will get that position I mean image to move to that coordinate with respect current zoom scale or another way in the minor zoom ratio.
The Example link looks like this. Is there a way to get this result?
Text is missing with element
Out of room element
These coordinates are original coordinates how can I or which function will use it like zoom at a given point but zoom level will be disturbing it. If I have zoomed 5 times and I will call it not working properly at the given point in the middle of DIV.
The text was updated successfully, but these errors were encountered:
Hi Bumbu,
Really lovely work you all have done. I am using this code in my one project for demo. I have a few issues, but one main issue is moving the zooming image on a given coordinate. I have prepared SVG programmatically based on data. Now, I had indicated an error in SVG and those coordinate I have stored as a hyperlink and when the user will click on that link SVG move to that position in the current zoom scale.
Eg. I have an object or element drawn on a position 100, 399 and 230,344 accordingly. I would like when clicking on the link user will get that position I mean image to move to that coordinate with respect current zoom scale or another way in the minor zoom ratio.
The Example link looks like this. Is there a way to get this result?
Text is missing with element
Out of room element
These coordinates are original coordinates how can I or which function will use it like zoom at a given point but zoom level will be disturbing it. If I have zoomed 5 times and I will call it not working properly at the given point in the middle of DIV.
The text was updated successfully, but these errors were encountered: