gtk/testsuite/gsk/compare/clip-in-smaller-rounded-clip.node
2024-02-04 21:57:13 +01:00

17 lines
313 B
Plaintext

/* make image larger so overdraw gets visible */
border {
outline: 0 0 50 50;
}
/* do a non-scissorable clip */
rounded-clip {
clip: 0 10 50 30 / 10;
/* do a scissorable clip that is larger
than the clip before */
child: clip {
clip: 10 0 30 50;
child: color {
color: blue;
}
}
}