On Fri, 27 Aug 2021 09:10:54 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
> Yes, the test passes. The only exception is macOS: the test fails there > either way because the text is rendered with antialiasing and I can't disable > font smoothing on macOS. Does anyone know how to disable it? > > I'm thinking about skipping macOS altogher. You can try to change the foregound color in the Nimbus defaults then render it, then compare the part of the images which have the text. If the images are identical then your color was ignored and the bug exists. ------------- PR: https://git.openjdk.java.net/jdk/pull/5269