Thanks! I would not have thought of svgelement.outerHTML = svgelement.outerHTML -- it seems to do it. I suppose replacing the first child of the parent by the first child of the parent might do likewise.
DD ----- Original Message ----- From: "jookeda" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, May 18, 2006 3:20 PM Subject: [svg-developers] Re: appendNode to inline SVG in IE/ASV > 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. > ------------------------ Yahoo! Groups Sponsor --------------------~--> Protect your PC from spy ware with award winning anti spy technology. It's free. http://us.click.yahoo.com/97bhrC/LGxNAA/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/

