mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
9 lines
150 B
Plaintext
9 lines
150 B
Plaintext
radial-gradient {
|
|
bounds: 0 0 50 50;
|
|
center: 20 20;
|
|
hradius: 10;
|
|
vradius: 20;
|
|
start: 0.25;
|
|
end: 0.75;
|
|
stops: 0 #FF0, 0.5 #ABC, 1 #F0F;
|
|
} |