gtk/testsuite/gsk/offload/background2.node2
Matthias Clasen 5c892fa4ea offload: Add more tests
Include background in offload tests.
2024-04-15 19:53:46 -04:00

23 lines
400 B
Plaintext

container {
subsurface {
child: container {
color {
bounds: 0 0 100 100;
color: black;
}
texture {
texture: url('data:image/svg+xml;utf-8,<svg width="13" height="17"></svg>');
}
}
}
debug {
message: "Put something on top, so we switch from above to below";
child: color {
bounds: 0 0 10 10;
color: red;
}
}
}