gtk2/testsuite/gsk/compare/clip-in-rounded-clip1.node
Timm Bäder d5bf3c2cd1 gl renderer: Improve clipping code
don't render a clip to a texture if the new clip does not intersect with
any of the corners of the currently rounded clip.

Fixes #2770
2020-05-24 15:59:05 +02:00

12 lines
165 B
Plaintext

rounded-clip {
clip: 0 0 200 100 / 8 8 20 12;
child: clip {
clip: 40 30 20 50;
child: color {
bounds: 0 0 200 500;
color: teal;
}
}
}