forked from AuroraMiddleware/gtk
testsuite: Add blend-difference test case
Comparing blend nodes with mode: difference
This commit is contained in:
parent
8559593a18
commit
c8865459fc
11
testsuite/gsk/compare/blend-difference.node
Normal file
11
testsuite/gsk/compare/blend-difference.node
Normal 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;
|
||||
}
|
||||
}
|
BIN
testsuite/gsk/compare/blend-difference.png
Normal file
BIN
testsuite/gsk/compare/blend-difference.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 507 B |
@ -37,6 +37,7 @@ compare_render_tests = [
|
||||
'outset_shadow_simple',
|
||||
'shadow-in-opacity',
|
||||
'blend-normal',
|
||||
'blend-difference',
|
||||
]
|
||||
|
||||
renderers = [
|
||||
|
Loading…
Reference in New Issue
Block a user