forked from AuroraMiddleware/gtk
testsuite: Add a blend node test case
This is currently broken in the GL renderer.
This commit is contained in:
parent
759a97403c
commit
8559593a18
11
testsuite/gsk/compare/blend-normal.node
Normal file
11
testsuite/gsk/compare/blend-normal.node
Normal 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;
|
||||
}
|
||||
}
|
BIN
testsuite/gsk/compare/blend-normal.png
Normal file
BIN
testsuite/gsk/compare/blend-normal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 508 B |
@ -36,6 +36,7 @@ compare_render_tests = [
|
||||
'outset_shadow_rounded_top',
|
||||
'outset_shadow_simple',
|
||||
'shadow-in-opacity',
|
||||
'blend-normal',
|
||||
]
|
||||
|
||||
renderers = [
|
||||
|
Loading…
Reference in New Issue
Block a user