If I try to render the following svg document batik has some troubles.
The arc starts and finishes in the same place.

The Graphics2D seems to be getting a pair of "NaN" values for the "lineto"
operator.

The viewer and the png transcoder seem to hang using lots of cpu.

I presume the numbers are allowed (I only looked briefly at the spec).


Thanks.

<svg contentScriptType="text/ecmascript" width="300.0" zoomAndPan="magnify"
     style="font-size:12.0;font-family:sansserif"
contentStyleType="text/css"
     height="150.0" preserveAspectRatio="xMidYMid meet"
     xmlns="http://www.w3.org/2000/svg";>
    <path style="stroke:black;fill:


            rgb(240,100,100)"
          d="M 117.0 36.0A 77.0 22.0 0 0 1 117.0 36.0L 117 58.0L 117.0
36.0z"/>
</svg>


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

Reply via email to