mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-04 09:40:19 +00:00
1e19629ce1
The GL renderer can't handle this, so it's excluded.
27 lines
452 B
Plaintext
27 lines
452 B
Plaintext
color {
|
|
bounds: 0 0 50 50;
|
|
color: black;
|
|
}
|
|
clip {
|
|
clip: 0 0 50 50;
|
|
child: rounded-clip {
|
|
clip: -4780 -4780 32768 32768 / 16384;
|
|
child: container {
|
|
color {
|
|
bounds: 0 0 50 50;
|
|
color: black;
|
|
}
|
|
mask {
|
|
source: color {
|
|
bounds: 25 25 32768 32768;
|
|
color: red;
|
|
}
|
|
mask: color {
|
|
bounds: 25 25 32768 32768;
|
|
color: blue;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|