gtk/testsuite/gsk/compare/blur-child-bounds-oversize.node
Benjamin Otte 4cc2a660e3 testsuite: Add a render test for a recent segfault
Renderer tend to ignore the clip when offscreening the child of a blur
node. So make a test that oversizes that child.
2023-12-26 04:25:11 +01:00

11 lines
147 B
Plaintext

clip {
clip: 0 0 100 100;
child: blur {
blur: 1;
child: color {
color: red;
bounds: -16384 -16384 32768 32768;
}
}
}