gtk/testsuite/gsk/compare/rounded-clip-with-huge-bounds-nogl.node
Benjamin Otte 1e19629ce1 testsuite: Add a testcase for extensive rounded clips
The GL renderer can't handle this, so it's excluded.
2023-12-28 07:35:46 +01:00

27 lines
452 B
Plaintext

color {
bounds: 0 0 50 50;
color: black;
}
clip {
clip: 0 0 50 50;
child: rounded-clip {
clip: -4780 -4780 32768 32768 / 16384;
child: container {
color {
bounds: 0 0 50 50;
color: black;
}
mask {
source: color {
bounds: 25 25 32768 32768;
color: red;
}
mask: color {
bounds: 25 25 32768 32768;
color: blue;
}
}
}
}
}