Hi Dylan,
"Dylan Browne" <[EMAIL PROTECTED]> wrote on 05/30/2006 07:56:20
AM:
> During trancoding of an SVG DOM Document I get an error relating to my
"D"
> syntax in my Path Element, although the SVG is rendered fine in the
browser.
My first guess is that you are getting the error in the browser but
aren't
seeing it.
> The attribute "d" of the element <path> is invalid
This usually means the 'd' attribute of the element is invalid ;)
> circle_light.setAttributeNS(null,"d", "M0.4,-0.4 a0.7,0.7 0 0.7,0
0.1,0.1 z");
Your arc is wrong: a0.7,0.7 0 0.7,0 0.1,0.1
^^^
The third '0.7' is supposed to be 'large arc flag' which can only
be zero or one.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]