summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2022-03-13 16:14:48 +0100
committerUli Schlachter <psychon@znc.in>2022-03-13 16:14:48 +0100
commit63973958bce79dc212f66f8b2dfe45e6bdf394f0 (patch)
tree5d1051d8eb4810c87533050dbfd121985e7bb89e
parentd6180c245723d8b0ad3441853952daca8b5f42c8 (diff)
downloadcairo-63973958bce79dc212f66f8b2dfe45e6bdf394f0.tar.gz
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 <psychon@znc.in>
-rw-r--r--.gitlab-ci/ignore-image-rgb24.txt1
-rw-r--r--.gitlab-ci/ignore-image16-rgb24.txt1
-rw-r--r--test/reference/alpha-similar.rgb24.ref.pngbin0 -> 88 bytes
3 files changed, 0 insertions, 2 deletions
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
diff --git a/test/reference/alpha-similar.rgb24.ref.png b/test/reference/alpha-similar.rgb24.ref.png
new file mode 100644
index 000000000..a1f5280a4
--- /dev/null
+++ b/test/reference/alpha-similar.rgb24.ref.png
Binary files differ