On 31 août 2006, at 17:26, Stéphane ANCELOT wrote:

>        node=document.createElement("circle");

You need to call createElementNS with the first argument being the  
SVG namespace ("http://www.w3.org/2000/svg";) and the second one being  
the localName of the element you're creating

document.createElementNS('http://www.w3.org/2000/svg', 'circle');

Antoine
-- 
Antoine Quint — Fuchsia Design
SVG & Client-side XML Consulting
W3C SVG WG Invited Expert
http://fuchsia-design.com




-----
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/
 


Reply via email to