mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
20 lines
290 B
Plaintext
20 lines
290 B
Plaintext
mask {
|
|
source: container {
|
|
color {
|
|
color: red;
|
|
bounds: 0 0 50 50;
|
|
}
|
|
color {
|
|
color: yellow;
|
|
bounds: 50 0 50 50;
|
|
}
|
|
color {
|
|
color: magenta;
|
|
bounds: 0 50 100 50;
|
|
}
|
|
}
|
|
mask: color {
|
|
color: black;
|
|
bounds: 20 20 50 50;
|
|
}
|
|
} |