Rép. : [svg-developers] setAttribute firefox

2006-02-20 Thread Jérome de la Goutte
Hi Souldn't you append group to svgdoc before trying to get it? Jérôme --- Jérôme de la Goutte Responsable de projet ISAGRI Ingéniérie E-mail : [EMAIL PROTECTED] Site web : www.terre-net.fr www.isagri.fr tel: 03 44 06 84 04 fax: 03 44 06 55 61 [EMAIL

Re: Rép. : [svg-developers] setAttribute firefox

2006-02-20 Thread Erwan TROEL
] To: svg-developers@yahoogroups.com Sent: Monday, February 20, 2006 1:36 PM Subject: Re: Rép. : [svg-developers] setAttribute firefox Hi When you create your group element, it is only in memory. It is not attached to any DOM tree, and as a consequence, it is not a child of your SVG document

Re: Rép. : [svg-developers] setAttribute firefox

2006-02-20 Thread thomas . deweese
] To: svg-developers@yahoogroups.com Sent: Monday, February 20, 2006 1:36 PM Subject: Re: Rép. : [svg-developers] setAttribute firefox Hi When you create your group element, it is only in memory. It is not attached to any DOM tree, and as a consequence, it is not a child of your SVG

Re: Rép. : [svg-developers] setAttribute firefox

2006-02-20 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, Jeroen Vanattenhoven [EMAIL PROTECTED] wrote: var group = svgdoc.createElementNS(null, g); Well, at this moment, it does not exist yet in the DOM. You first have to append it to an element in the document:

Re: Rép. : [svg-developers] setAttribute firefox

2006-02-20 Thread Erwan TROEL
where can i find the good syntax for svg, the one that comes from the false private SVG - Original Message - From: Jérome de la Goutte [EMAIL PROTECTED] To: svg-developers@yahoogroups.com Sent: Monday, February 20, 2006 3:35 PM Subject: Re: Rép. : [svg-developers] setAttribute firefox