mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
11 lines
151 B
Plaintext
11 lines
151 B
Plaintext
|
blend {
|
||
|
mode: normal;
|
||
|
bottom: color {
|
||
|
bounds: 0 0 100 100;
|
||
|
color: red;
|
||
|
}
|
||
|
top: color {
|
||
|
bounds: 50 50 100 100;
|
||
|
color: blue;
|
||
|
}
|
||
|
}
|