https://issues.apache.org/bugzilla/show_bug.cgi?id=53486
Priority: P2
Bug ID: 53486
Assignee: [email protected]
Summary: Valid input arcs produce non-rendered SVG arcs
Severity: normal
Classification: Unclassified
Reporter: [email protected]
Hardware: PC
Status: NEW
Version: 1.7
Component: SVGGraphics2D
Product: Batik
In some situations, pie charts produced using JFreeChart and SVGGraphics2D are
rendered empty. Root cause is that the SVG spec states that elliptical arcs
with identical start and end point are omitted
(http://www.w3.org/TR/SVG11/implnote.html#ArcOutOfRangeParameters).
However, the input Arc2D is ok, it is rendered perfectly e.g. to a bitmap
image. The attached code sample produces both bitmap and SVG.
Increasing the numeric precision may help, but does not solve the problem.
There will be a case in which rounding effects will lead to identical start and
end points.
A possible approach could be to switch to circle based on the rounded points
(SVGGraphics2D switches to circle if the Arc2D describes a perfect circle).
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]