Search found 1 match
- Thu Aug 05, 2021 7:32 pm
- Forum: JFreeChart
- Topic: Java 8 vs. Java 9 rendering
- Replies: 0
- Views: 98029
Java 8 vs. Java 9 rendering
I have a unit test that uses ChartFactory.createXYLineChart and calls JFreeChart.createBufferedImage(). I am trying to get the same pixels when the code is run under either Java 8 or Java 9, and when run on the local machine vs. run on the continuous integration machine. However, the changes under t...