mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-03 17:21:11 +00:00
5c892fa4ea
Include background in offload tests.
23 lines
400 B
Plaintext
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;
|
|
}
|
|
}
|
|
}
|