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