[OpenJDK 2D-Dev] RFR: 8048328: CUPS Printing does not report supported printer resolutions.

2014-06-27 Thread Phil Race
Bug: https://bugs.openjdk.java.net/browse/JDK-8048328 Fix: http://cr.openjdk.java.net/~prr/8048328/ We have never supported returning the available printer resolutions for CUPS printing although it is available in the PPD. With this fix, as long as any resolution is provided we will declare the

[OpenJDK 2D-Dev] RFR: 8048583: CustomMediaSizeName class matching to standard media is too loose

2014-06-27 Thread Phil Race
Bug : https://bugs.openjdk.java.net/browse/JDK-8048583 Fix : http://cr.openjdk.java.net/~prr/8048583/ As described in the bug the basic problem is that we associate a printer defined media with an inappropriate "standard" media. If there's no standard media that matches to within a fraction, don

[OpenJDK 2D-Dev] Graphics2D.fill(Shape) operation always fails with a custom Composite

2014-06-27 Thread Rami Hänninen
Dear OpenJDK 2D developers community. I have found a nasty 2D rendering bug in the latest OpenJDK 1.7.60 version. It probably affects all other OpenJDK versions, too. The bug does not appear in OracleJDK 1.7.0.60, so this is purely an OpenJDK issue. I do not know of any other place where to repo