From 8559593a18159c3f0b0a13a3eeab59e9bc23ff97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Mon, 6 May 2019 17:26:46 +0200 Subject: [PATCH] testsuite: Add a blend node test case This is currently broken in the GL renderer. --- testsuite/gsk/compare/blend-normal.node | 11 +++++++++++ testsuite/gsk/compare/blend-normal.png | Bin 0 -> 508 bytes testsuite/gsk/meson.build | 1 + 3 files changed, 12 insertions(+) create mode 100644 testsuite/gsk/compare/blend-normal.node create mode 100644 testsuite/gsk/compare/blend-normal.png diff --git a/testsuite/gsk/compare/blend-normal.node b/testsuite/gsk/compare/blend-normal.node new file mode 100644 index 0000000000..f6b15f3ec8 --- /dev/null +++ b/testsuite/gsk/compare/blend-normal.node @@ -0,0 +1,11 @@ +blend { + mode: normal; + bottom: color { + bounds: 0 0 100 100; + color: red; + } + top: color { + bounds: 50 50 100 100; + color: blue; + } +} \ No newline at end of file diff --git a/testsuite/gsk/compare/blend-normal.png b/testsuite/gsk/compare/blend-normal.png new file mode 100644 index 0000000000000000000000000000000000000000..2ef7482b45ff27dc0c7d70214892242b3a2a1d35 GIT binary patch literal 508 zcmeAS@N?(olHy`uVBq!ia0vp^(?FPm4M^HB7Cr(}Y)RhkE)4%caKYZ?lNlHoH+s4_ zhE&XXd-ozIvw{GtBk#-osh3;2AI@0$fb;a4d9NjJS zCyspo+7SJ1PJfcS&5@%@iaJ7v27=fa&%fh&&ySfUT;c-}2;gu(!f(^bt~EEYtpymJ N44$rjF6*2UngISUx#j=> literal 0 HcmV?d00001 diff --git a/testsuite/gsk/meson.build b/testsuite/gsk/meson.build index ed58ebe559..7f6fc3b3be 100644 --- a/testsuite/gsk/meson.build +++ b/testsuite/gsk/meson.build @@ -36,6 +36,7 @@ compare_render_tests = [ 'outset_shadow_rounded_top', 'outset_shadow_simple', 'shadow-in-opacity', + 'blend-normal', ] renderers = [