gtk/testsuite/gsk/offload/complex-clip.node
Matthias Clasen 229b34d478 Add more offload tests
These test various clip scenarios.
2024-03-10 22:08:44 -04:00

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>');
}
}
}
}
}