Add a test for mask nodes
This commit is contained in:
20
testsuite/gsk/compare/mask.node
Normal file
20
testsuite/gsk/compare/mask.node
Normal file
@@ -0,0 +1,20 @@
|
||||
mask {
|
||||
source: container {
|
||||
color {
|
||||
color: red;
|
||||
bounds: 0 0 50 50;
|
||||
}
|
||||
color {
|
||||
color: yellow;
|
||||
bounds: 50 0 50 50;
|
||||
}
|
||||
color {
|
||||
color: magenta;
|
||||
bounds: 0 50 100 50;
|
||||
}
|
||||
}
|
||||
mask: color {
|
||||
color: black;
|
||||
bounds: 20 20 50 50;
|
||||
}
|
||||
}
|
||||
BIN
testsuite/gsk/compare/mask.png
Normal file
BIN
testsuite/gsk/compare/mask.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 253 B |
@@ -54,6 +54,7 @@ compare_render_tests = [
|
||||
'inset-shadow-multiple',
|
||||
'invalid-transform',
|
||||
'issue-3615',
|
||||
'mask',
|
||||
'nested-rounded-clips',
|
||||
'opacity_clip',
|
||||
'opacity-overdraw',
|
||||
|
||||
Reference in New Issue
Block a user