RFR: 8088718 : Printing of LinearGradient fails

Kevin Rushforth kevin.rushforth at oracle.com
Fri Jul 29 17:02:19 UTC 2016


Looks fine.  +1

-- Kevin


Phil Race wrote:
> 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