RFR: 8088718 : Printing of LinearGradient fails

Phil Race philip.race at oracle.com
Fri Jul 29 16:36:50 UTC 2016


https://bugs.openjdk.java.net/browse/JDK-8088718

diff is in the bug report but it looks like this :-

- if (x1 == x2 && y1 == y1) {
+ if (x1 == x2 && y1 == y2) {

-phil.


More information about the openjfx-dev mailing list