mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 05:00:09 +00:00
f5584b178d
Ensure that the offscreens for repeat nodes pick the right xscale and yscale so that they render pixel-aligned.
14 lines
254 B
Plaintext
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);
|
|
}
|
|
}
|
|
}
|