mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-19 08:30:09 +00:00
10 lines
167 B
Plaintext
10 lines
167 B
Plaintext
|
repeat {
|
||
|
bounds: 0 105 100 80;
|
||
|
child: linear-gradient {
|
||
|
bounds: 0 0 10 50;
|
||
|
start: 0 0;
|
||
|
end: 0 50;
|
||
|
stops: 0.5 rgb(255,0,0), 0.5 rgb(0,255,0);
|
||
|
}
|
||
|
}
|