gtk/testsuite/gsk/compare/fill-clipped-nogl.node
Benjamin Otte 4fac0f713a testsuite: Add clipped overly large paths
... to make sure that renderers clip any masks they generate for paths.
2024-01-03 04:11:35 +01:00

11 lines
169 B
Plaintext

clip {
clip: 0 0 50 50;
child: fill {
path: "M 0 0 h 32768 v 32768 h -32768 z";
child: color {
color: blue;
bounds: 0 0 32768 32768;
}
}
}