mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 05:00:09 +00:00
14 lines
219 B
Plaintext
14 lines
219 B
Plaintext
transform {
|
|
transform: rotate(90);
|
|
child: blend {
|
|
bottom: color {
|
|
bounds: 0 0 100 100;
|
|
color: rgb(255,0,0);
|
|
}
|
|
top: color {
|
|
bounds: 50 50 100 100;
|
|
color: rgb(0,0,255);
|
|
}
|
|
}
|
|
}
|