gtk2/testsuite/gsk/compare/blend-normal.node
Timm Bäder 8559593a18 testsuite: Add a blend node test case
This is currently broken in the GL renderer.
2019-05-06 17:34:48 +02:00

11 lines
151 B
Plaintext

blend {
mode: normal;
bottom: color {
bounds: 0 0 100 100;
color: red;
}
top: color {
bounds: 50 50 100 100;
color: blue;
}
}