gtk/testsuite/gsk/compare/stroke-fractional-translate-nogl.node
Benjamin Otte c5bdf0a995 testsuite: Add tests for pixel grid accuracy
See previous commit for details.
2024-01-10 01:33:49 +01:00

19 lines
297 B
Plaintext

color {
bounds: 0 0 15 15;
color: rgb(0,0,0);
}
transform {
transform: translate(2.6, 2);
child: stroke {
child: color {
bounds: 0 0 50 50;
color: rgb(0,80,0);
}
path: "\
M 0.5 0.5 h 9 v 9 h -9 z";
line-width: 1;
line-cap: butt;
line-join: miter;
}
}