mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 05:00:09 +00:00
5e85b1aa02
Ensures that repeating actually causes repeating in the renderer by repeating a 1x1 image a lot.
18 lines
283 B
Plaintext
18 lines
283 B
Plaintext
repeat {
|
|
bounds: 0 0 4000 4000;
|
|
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);
|
|
}
|
|
}
|
|
}
|