mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 05:00:09 +00:00
4fac0f713a
... to make sure that renderers clip any masks they generate for paths.
11 lines
169 B
Plaintext
11 lines
169 B
Plaintext
clip {
|
|
clip: 0 0 50 50;
|
|
child: fill {
|
|
path: "M 0 0 h 32768 v 32768 h -32768 z";
|
|
child: color {
|
|
color: blue;
|
|
bounds: 0 0 32768 32768;
|
|
}
|
|
}
|
|
}
|