On Sun, 22 Nov 2020 07:36:12 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
> These tests draw some specific pattern to the VolatileImage and to the > BufferedImage, and then compare pixels. > > The test uses the getSnapshot() method to get the pixels from VolatileImage, > and this method produces some interpolation "artifacts" if the fractional > scale is used in the system(like 125%). > > The solution is to use some predefined scale to pass the tests, to reproduce > initial bug scale=1 is enough. > One test fails because of the bug in the XRender pipeline. Thanks for the explanation. Looks fine to me then. ------------- Marked as reviewed by shade (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/1372