On Thu, 11 Jun 2020 20:47:12 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> Bhawesh Choudhary has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Removed unnecessery Ceil Functions > > The code looks good (with a couple minor formatting issues). > > All of the onscreen testing I did looks good on Windows. I'd like to test it > on Mac as well. > > There is an issue with printing in the case of Hi-DPI scaling, which is what > I run by default on Windows. The gradient > texture appears to be scaled incorrectly (as if the scale was applied more > than once). If I force scaling to 1 with > `-Dglass.win.uiScale=1` then it prints correctly. It behaves the same on Mac with a Retina display as it does on Windows with Hi-DPI scaling. The gradient doesn't appear to be scaled correctly when printing. It's fine with on-screen rendering (with both HW and SW pipeline). ------------- PR: https://git.openjdk.java.net/jfx/pull/213