mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-03 17:21:11 +00:00
229b34d478
These test various clip scenarios.
10 lines
191 B
Plaintext
10 lines
191 B
Plaintext
clip {
|
|
clip: 10 10 10 10;
|
|
child: subsurface {
|
|
child: texture {
|
|
bounds: 0 0 20 20;
|
|
texture: url('data:image/svg+xml;utf-8,<svg width="20" height="20"></svg>');
|
|
}
|
|
}
|
|
}
|