gtk/testsuite/gsk/compare/repeat-node-tiling-vertical.node

10 lines
167 B
Plaintext
Raw Normal View History

repeat {
bounds: 0 105 100 80;
child: linear-gradient {
bounds: 0 0 10 50;
start: 0 0;
end: 0 50;
stops: 0.5 rgb(255,0,0), 0.5 rgb(0,255,0);
}
}