Re: Elliptical arc minimal syntax

Hi Jeff,

I think WebKit is wrong. The BNF does not say, that a number should be
seperated on a leading zero. The example you gave in your previous mail
looks valid to me and should be rendered.

Cheers,
Dirk

Am Montag, den 05.04.2010, 08:23 -0500 schrieb Jeff Schiller:
> I misinterpreted this - I think the reason is that a leading zero is
> not valid for numbers greater than or equal to 1 so 0100 should
> probably be interpreted as 0,100?
> 
> Two more data points:
> 
>   * Batik 1.7 renders it
>   * Inkscape does not render it
> 
> Regards,
> Jeff
> 
> On Mon, Apr 5, 2010 at 7:49 AM, Jeff Schiller <codedread@gmail.com> wrote:
> > <svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"
> > xmlns:xlink="http://www.w3.org/1999/xlink">
> >  <g>
> >  <title>Layer 1</title>
> >  <path id="svgbar" d="m23,45a7,7 0 1 00,10h54a7,7 0 1 00,-10z"/>
> >  </g>
> > </svg>
> >
> > Is the following path correct according to the grammar at
> > http://www.w3.org/TR/SVG11/paths.html#PathDataBNF ?  I guess the
> > grammar also needs to take into account the rule that "Superfluous
> > white space and separators such as commas can be eliminated"
> >
> > i.e. is it legal for browsers to skip the space and comma between the
> > largeArcFlag and the sweepFlag because those values can only be 0 or
> > 1?
> >
> >  * Mozilla, Opera and IE9 allow this.
> >  * WebKit does not.
> >
> > Thanks,
> > Jeff
> >

Received on Monday, 5 April 2010 13:29:48 UTC