gtk/testsuite/gsk/compare/shadow-huge-offset.node
Benjamin Otte f9b66dff8b testsuite: Add a test for shadows with large offset
This was causing crashes in the GPU renderer.

Related: #6425
2024-02-13 21:56:01 +01:00

11 lines
153 B
Plaintext

clip {
clip: -20000 0 50 50;
child: shadow {
shadows: red -20000 0 0;
child: color {
bounds: 0 0 50 50;
color: blue;
}
}
}