mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-02 17:00:19 +00:00
46bb160923
Tests that overdrawing of content inside an opacity node happens before the opacity is applied. This is broken in the GL renderer and causes the opacity.ui reftest to fail.
16 lines
264 B
Plaintext
16 lines
264 B
Plaintext
opacity {
|
|
child: transform {
|
|
transform: translate(15, 15);
|
|
child: container {
|
|
color {
|
|
bounds: -15 -15 30 30;
|
|
color: rgb(0,0,255);
|
|
}
|
|
color {
|
|
bounds: -10 -10 20 20;
|
|
color: rgb(255,0,0);
|
|
}
|
|
}
|
|
}
|
|
}
|