gtk/testsuite/gsk/compare/repeating-gradient-scaled.node
Benjamin Otte 0a0f0d9e7e testsuite: Add a test for repeating gradients
Make sure scaling the image also scales the color stop lookup.
2023-06-08 22:16:18 +02:00

10 lines
181 B
Plaintext

transform {
transform: scale(10);
child: repeating-linear-gradient {
bounds: 0 0 5 5;
start: 0 0;
end: 0 1;
stops: 0 white, 0.5 white, 0.5 black, 1 black;
}
}