gtk/testsuite/gsk/compare/repeat-repeats.node
Benjamin Otte 5e85b1aa02 testsuite: Add a repeat test
Ensures that repeating actually causes repeating in the renderer by
repeating a 1x1 image a lot.
2023-12-26 05:03:23 +01:00

18 lines
283 B
Plaintext

repeat {
bounds: 0 0 4000 4000;
child: container {
color {
bounds: 0 0 1 1;
color: rgb(255,0,0);
}
color {
bounds: 0 0 1 1;
color: rgba(0,255,0,0.8);
}
color {
bounds: 0 0 1 1;
color: rgba(0,0,255,0.666666666);
}
}
}