If you do your DOM calls from svgelement.getSVGDocument() as the base instead of just document, it seems most things work.
Alternatively, after doing your DOM updates: svgelement.outerHTML = svgelement.outerHTML Will "repaint" the canvas appropriately. --- In [email protected], "ddailey" <[EMAIL PROTECTED]> wrote: > > Has anyone succeeded in dynamically adding a node to an in-line SVG object > in IE/ASV? > > I'm able to enter the object and find children and change their properties > and so forth, but no luck in adding a new node to the beast. > > TIA, > David > ------------------------ Yahoo! Groups Sponsor --------------------~--> You can search right from your browser? It's easy and it's free. See how. http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- 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/ <*> 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/

