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.
14 lines
255 B
Plaintext
14 lines
255 B
Plaintext
clip {
|
|
clip: 0 0 50 50;
|
|
child: transform {
|
|
transform: rotate(1);
|
|
child: rounded-clip {
|
|
clip: -30000 -30000 60000 60000 / 5;
|
|
child: color {
|
|
bounds: -30000 -30000 60000 60000;
|
|
color: rgb(255,0,0);
|
|
}
|
|
}
|
|
}
|
|
}
|