Cameron McCormack wrote:
According to
http://www.w3.org/TR/SVG11/implnote.html#ArcOutOfRangeParameters
in SVG if an elliptical arc path segment has its end-point and
start-point the same, then the path segment should be omitted. I
suspect that this 360 degree arc you are drawing is being converted into
such a path segment.
Does Java2D display 360 degree arcs normally? If so, the SVGGraphics2D
should generate a 'circle' element instead of a 'path' element in this
case.
Yes, Java2D draws a circle in this case. Your analysis sounds
like the likely cause.
Thanks,
-Archie
__________________________________________________________________________
Archie Cobbs * CTO, Awarix * http://www.awarix.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]