mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
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;
|
||
|
}
|
||
|
}
|
||
|
}
|