mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 16:30:15 +00:00
12 lines
156 B
Plaintext
12 lines
156 B
Plaintext
|
blend {
|
||
|
mode: difference;
|
||
|
bottom: color {
|
||
|
bounds: 0 0 100 100;
|
||
|
color: red;
|
||
|
}
|
||
|
top: color {
|
||
|
bounds: 50 50 100 100;
|
||
|
color: blue;
|
||
|
}
|
||
|
}
|