Re: SVG Script in Firefox troubles

Boris Zbarsky <[email protected]> Mon, 12 Oct 2009 11:03:46 -0400
Newsgroups gmane.comp.mozilla.devel.svg
Message-ID <[email protected]>
On 10/12/09 9:22 AM, Dale Ellis wrote:
> Hi all,
> However, in Firefox, setting of attributes, properties or creating
> elements done seem to work and I don’t know why
>
> Firstly setting attributes, this does nothing in FF..
...
> Creating a new element doesn’t seem to do anything…
...
>      var newLine= svgdoc.createElementNS(SVG_NS, 'line');

What are you using for the "SVG_NS" constant?

Other than perhaps that, this looks like it should work just fine.  What 
Firefox version were you testing?  Is a page showing the problem 
publicly available somewhere?

-Boris