testsuite: Add blend-difference test case

Comparing blend nodes with mode: difference
This commit is contained in:
Timm Bäder 2019-05-06 17:33:29 +02:00
parent 8559593a18
commit c8865459fc
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,11 @@
blend {
mode: difference;
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: 507 B

View File

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