Thomas DeWeese wrote:
At some point in the distant past I came to believe that the svgNS had to be specified for certain attribs. Too long ago to remember how or why I developed this misconception.
Well it is always required for createElementNS. Perhaps you
switched all of your createElement/setAttribute calls to createlementNS(svgns,...)/setAttributeNS(svgns,...) And since
something suddenly started appearing you lumped the two together?
Anyway I'm pretty sure I've never used svgns for setAttributeNS.
If you can provide a small reproducible example to the contrary I would be very interested in seeing it but I do a fair amount of this stuff and I always just use 'setAttribute' (except of course for 'xlink:href').
I'll go normalize all my code. If something breaks, I'll report back.
Please do.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]