mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
549c8aec4a
Make sure to test horizontal and vertical versions, because who knows...
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);
|
|
}
|
|
}
|