You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by bu...@apache.org on 2005/06/06 14:08:37 UTC

DO NOT REPLY [Bug 35237] New: - 1.6 introduced errors with SVG saving

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35237>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35237

           Summary: 1.6 introduced errors with SVG saving
           Product: Batik
           Version: 2.0
          Platform: Other
        OS/Version: Windows 2000
            Status: NEW
          Severity: critical
          Priority: P2
         Component: SVGGraphics2D
        AssignedTo: batik-dev@xml.apache.org
        ReportedBy: mhilpert@gmx.de


I use JFreeChart to generate charts. For pie charts (=> circle SVG graphics) 
using the Batik 1.6 batik-svggen.jar results in deformed pies. Reverting back 
to Batik 1.5.1 batik-svggen.jar brings back the correct round circle. 
Inspecting the generated SVG code, I noticed especially one difference:

with Batik 1.5.1 batik-svggen.jar (correct):

    <g style="fill:white; text-rendering:optimizeLegibility; shape-
rendering:crispEdges; stroke:white;">

Batik 1.6 batik-svggen.jar (deformed):

    <g style="fill:white; text-rendering:geometricPrecision; shape-
rendering:crispEdges; stroke:white;">


(I can't post the complete code here because bugzilla gives an error that 
comments can't be longer than 65000 chars.)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org