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