mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 05:00:09 +00:00
0a0f0d9e7e
Make sure scaling the image also scales the color stop lookup.
10 lines
181 B
Plaintext
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;
|
|
}
|
|
}
|