gtk/testsuite/gsk/compare/stroke-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

12 lines
193 B
Plaintext

clip {
clip: 0 0 50 50;
child: stroke {
path: "M 25 25 h 32718 v 32718 h -32718 z";
child: color {
color: blue;
bounds: 0 0 32768 32768;
}
line-width: 50;
}
}