testsuite: Add a blend node test case

This is currently broken in the GL renderer.
This commit is contained in:
Timm Bäder 2019-05-06 17:26:46 +02:00
parent 759a97403c
commit 8559593a18
3 changed files with 12 additions and 0 deletions

View File

@ -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;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 508 B

View File

@ -36,6 +36,7 @@ compare_render_tests = [
'outset_shadow_rounded_top',
'outset_shadow_simple',
'shadow-in-opacity',
'blend-normal',
]
renderers = [