Thank you Stephen. That's a nice implementation. But I thought there might be a more direct way. Something about the elements having the same rendering frame that lets html and svg share them (as mentioned in http://tech.groups.yahoo.com/group/svg-developers/message/55854).
--- In [email protected], "Stephen Quintero" <[EMAIL PROTECTED]> wrote: > > Hi - > > Sort-of. Something like this is implemented at www.millipe.de where items > can be dragged from an HTML menu onto an SVG canvas. But, what really > happens is that dragging in the HTML calls an ecmascript function (SVG) > saying "we might drag this onto the canvas". Then, mouse-move in the SVG > causes the new SVG elements to be inserted at the point of first mouse-move > detection and put into the SVG drag-and-drop routine. > > The result is that it appears that HTML is being dragged onto SVG. But > that's all. > > Stephen > > ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

