On Wed, 16 Apr 2025 16:46:02 GMT, Damon Nguyen <dngu...@openjdk.org> wrote:
> Test has a check for a red-ish color, but the range for the green and the > blue values were too loose. A light enough grey would still pass (ex: 200, > 190, 190). Reduced these from 200 to 80. Checked the color 200, 80, 80 on an > rgb color wheel to decide that this color was red enough as the beginning to > a passing rgb value. This pull request has now been integrated. Changeset: d80db00f Author: Damon Nguyen <dngu...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/d80db00f8221b95ab767bb84d06b83a83ba4cd4c Stats: 49 lines in 1 file changed: 13 ins; 21 del; 15 mod 8354873: javax/swing/plaf/metal/MetalIconFactory/bug4952462.java failing on CI Reviewed-by: honkar ------------- PR: https://git.openjdk.org/jdk/pull/24693