Matthias Reischenbacher created BATIK-1385:
----------------------------------------------

             Summary: SVG rendering partially broken with Java 21+
                 Key: BATIK-1385
                 URL: https://issues.apache.org/jira/browse/BATIK-1385
             Project: Batik
          Issue Type: Bug
            Reporter: Matthias Reischenbacher
         Attachments: minimal_testcase.svg, minimal_testcase_java17.png, 
minimal_testcase_java21.png

When rendering [^minimal_testcase.svg] as PNG file with the following command
{code:java}
java -jar batik-rasterizer.jar -m image/png -d <output_file.png> 
<input_file.svg>{code}
Then the result file differs depending on the Java version:

* With Java 17 it is rendered correctly:  [^minimal_testcase_java17.png]
* But with Java 21 (or Java 25) it is rendered incorrectly:  
[^minimal_testcase_java21.png]

Is there any workaround for this issue?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to