SVG drag-drop
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I plan to use SVG for my web application, and I need to make them dragable. First I tried to use the following javascript http://www.walterzorn.com/dragdrop/dragdrop_e.htm which works for image but not for SVG. So how should I make use of these script with SVG. I tried to move using
document.getElementById('myimage').style.top = '250px';
, this code works for image but not SVG that I uses tag instead of . -- modified at 5:52 Monday 3rd April, 2006