Barkha Jasani
unread,Jul 23, 2012, 9:08:45 AM7/23/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-te...@lists.mozilla.org
Dear Friends,
I've implemented below mentioned functionalities,
Zoom in out functionality without panning is done by playing with Viewbox
coordinates of root element of SVG,
Drag and Drop of elements(From HTML Div to SVG Map and also from SVG Map to
SVG
Map) is implemented without zoom in.
Now i want to zoom my svg map (where i'm placing elements by drag and drop)
along with drag and drop of elements with the above mentioned possibilities
of
drag drop.so my question is,Is it possible/feasible to drag and drop
elements
while map is zoomed in?and if it is correct approach then how to get correct
position of cursor in map while drop event of element?
Regards,
Barkha