gtk/testsuite/gsk/compare/repeat-scaling.node
Benjamin Otte f5584b178d testsuite: Add a test for repeat node offscreen scaling
Ensure that the offscreens for repeat nodes pick the right xscale and
yscale so that they render pixel-aligned.
2023-12-26 05:03:24 +01:00

14 lines
254 B
Plaintext

transform {
transform: matrix(0, 4,
-8, 0,
0, 0);
child: repeat {
bounds: 0 0 5 2.5;
child-bounds: 0 0 1 0.5;
child: color {
bounds: 0.25 0.125 0.5 0.25;
color: rgb(0,0,255);
}
}
}