Add another test

This commit is contained in:
Matthias Clasen 2023-04-30 16:16:32 -04:00
parent 4e501d2d44
commit 21df62f428
3 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,23 @@
blend {
mode: difference;
bottom: color {
bounds: 0 0 100 100;
color: red;
}
top: color {
bounds: 50 50 100 100;
color: blue;
}
}
blend {
mode: normal;
bottom: color {
bounds: 150 0 100 100;
color: red;
}
top: color {
bounds: 200 50 100 100;
color: blue;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 626 B

View File

@ -15,6 +15,7 @@ compare_render_tests = [
'big-checkerboard-scaled-down-nearest',
'big-checkerboard-scaled-down2',
'blend-difference',
'blend-modes',
'blend-invisible-child',
'blend-normal',
'border-bottom-right',