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 On 8/1/07, raytigres <[EMAIL PROTECTED]> wrote: > > Does anyone have examples of dragging HTML elements onto an embedded > SVG, and then the elements show up (render) in the SVG? > > Seems like this could come in very handy. > > Thank you very much in advance. > > > [Non-text portions of this message have been removed] ----- 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/

