mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 21:40:19 +00:00
Add another test
This commit is contained in:
parent
4e501d2d44
commit
21df62f428
23
testsuite/gsk/compare/blend-modes.node
Normal file
23
testsuite/gsk/compare/blend-modes.node
Normal 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;
|
||||
}
|
||||
}
|
BIN
testsuite/gsk/compare/blend-modes.png
Normal file
BIN
testsuite/gsk/compare/blend-modes.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 626 B |
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user