From 63973958bce79dc212f66f8b2dfe45e6bdf394f0 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sun, 13 Mar 2022 16:14:48 +0100 Subject: Add an rgb24 ref image for alpha similar This commit copies the current alpha-similar.image.rgb24.out.png to alpha-similar.rgb24.ref.png to make the test pass. This failure goes back to commits 6647511 / 049060 which changed the image comparison in the test suite. Previously, transparent "nothing" and black compared equal, but said commits fixed that. Thus, having a special reference image with black instead of transparency is the right fix. Signed-off-by: Uli Schlachter --- .gitlab-ci/ignore-image-rgb24.txt | 1 - .gitlab-ci/ignore-image16-rgb24.txt | 1 - 2 files changed, 2 deletions(-) (limited to '.gitlab-ci') diff --git a/.gitlab-ci/ignore-image-rgb24.txt b/.gitlab-ci/ignore-image-rgb24.txt index 956b4ebf3..3c90818b9 100644 --- a/.gitlab-ci/ignore-image-rgb24.txt +++ b/.gitlab-ci/ignore-image-rgb24.txt @@ -1,5 +1,4 @@ a1-clip-fill-rule -alpha-similar big-empty-box big-empty-triangle big-little-box diff --git a/.gitlab-ci/ignore-image16-rgb24.txt b/.gitlab-ci/ignore-image16-rgb24.txt index b1cd62495..418275a30 100644 --- a/.gitlab-ci/ignore-image16-rgb24.txt +++ b/.gitlab-ci/ignore-image16-rgb24.txt @@ -2,7 +2,6 @@ a1-bug a1-clip-fill-rule a1-tiger aliasing -alpha-similar arc-direction arc-looping-dash big-empty-box -- cgit v1.2.1