At 12:00 PM 3/21/2003, you wrote:
I found it. It's subtle, but has very definite effects.

The line

elt.setAttributeNS(svgns, stuff[1], stuff[2]);

should be

elt.setAttributeNS(null, stuff[1], stuff[2]);

The elements are in the default SVG namespace, but attributes with
not prefix have no namespace...Not event the default namespace.

I made the chaneg in a copy of your file and it works now.

Later,
G. Wade


YOU ARE THE MAN!

That is (was)exactly the problem, and it's one that I never would have picked up on.

Thanks again, you really helped me out!

- josh


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to