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