mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 05:00:09 +00:00
a28915bffb
Of all the recently added tests, disable the ones that fail on the GL renderer, so that CI passes.
15 lines
330 B
Plaintext
15 lines
330 B
Plaintext
repeat {
|
|
bounds: 0 0 2048 2048;
|
|
child: repeat {
|
|
bounds: 0 0 2048 2;
|
|
child: repeat {
|
|
bounds: -1 -1 2 2;
|
|
child: conic-gradient {
|
|
bounds: 0 0 32000 32000;
|
|
center: 16000 16000;
|
|
stops: 0.125 rgb(255,0,0), 0.375 rgb(0,255,0), 0.625 rgb(0,0,255), 0.875 rgb(255,255,0);
|
|
}
|
|
}
|
|
}
|
|
}
|