Created attachment 59609 [details] screenshot When running Java2Demo the optional green gradient background is not smooth with java's xrender backend turned on. To reproduce the problem, please start Java2Demo with the following arguments (java2 required): java -Dsun.java2d.xrender=True -jar Java2Demo.jar then check the "Texture" checkbox and click on the green gradient below.
Created attachment 59610 [details] demo application
Now that was a silly bug! commit 1ecf17b2507f95e1fefea15833fa9f57ec256a2e Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sat Apr 7 10:01:01 2012 +0100 sna/gradient: Compute the absolute delta between color stops Otherwise we do not detect gradients that start from white! Reported-by: Clemens Eisserer <linuxhippy@gmail.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=48407 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.