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

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