mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 06:51:10 +00:00
e55e9e3b36
This was triggering timeouts in ci.
18 lines
281 B
Plaintext
18 lines
281 B
Plaintext
repeat {
|
|
bounds: 0 0 200 200;
|
|
child: container {
|
|
color {
|
|
bounds: 0 0 1 1;
|
|
color: rgb(255,0,0);
|
|
}
|
|
color {
|
|
bounds: 0 0 1 1;
|
|
color: rgba(0,255,0,0.8);
|
|
}
|
|
color {
|
|
bounds: 0 0 1 1;
|
|
color: rgba(0,0,255,0.666666666);
|
|
}
|
|
}
|
|
}
|