-
Type:
Bug
-
Status: Resolved
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Fix Version/s: None
-
Component/s: GVT
-
Labels:None
-
Environment:Operating System: Windows XP
Platform: PC
I have a case where an elliptical arc path element is not drawn at all by batik.
Here is the SVG code (see also attachment for the complete SVG file):
<path fill="none" d="M83.5,431.40 A15.95,15.95 0 0 1 98.20,400.35" stroke-width="5" stroke="rgb(255,0,0)"/>
However, if I change the coordinate 431.40 to 431.401 the arc appears.
Adobe SVG Viewer displays the arc correctly.
Please help!