mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
a28915bffb
Of all the recently added tests, disable the ones that fail on the GL renderer, so that CI passes.
30 lines
440 B
Plaintext
30 lines
440 B
Plaintext
transform {
|
|
transform: scale(2, 1);
|
|
child: linear-gradient {
|
|
bounds: 0 0 50 50;
|
|
start: 0 0;
|
|
end: 50 50;
|
|
stops: 0.5 rgb(255,0,0), 0.5 rgb(0,0,255);
|
|
}
|
|
}
|
|
color {
|
|
bounds: 0 39 22 11;
|
|
color: rgb(0,0,0);
|
|
}
|
|
color {
|
|
bounds: 18 29 24 12;
|
|
color: rgb(0,0,0);
|
|
}
|
|
color {
|
|
bounds: 38 19 24 12;
|
|
color: rgb(0,0,0);
|
|
}
|
|
color {
|
|
bounds: 58 9 24 12;
|
|
color: rgb(0,0,0);
|
|
}
|
|
color {
|
|
bounds: 78 0 22 11;
|
|
color: rgb(0,0,0);
|
|
}
|