gtk/testsuite/gsk/compare/repeat-repeats.node

18 lines
281 B
Plaintext
Raw Normal View History

repeat {
bounds: 0 0 200 200;
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);
}
}
}