mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
f8627755b5
Otherwise the shadow will not be properly computed as opaque regions become translucent after applying opacity. Testcase included.
11 lines
160 B
Plaintext
11 lines
160 B
Plaintext
opacity {
|
|
opacity: 0.6;
|
|
child: shadow {
|
|
shadows: rgb(255,0,0) 10 10;
|
|
child: color {
|
|
bounds: 0 0 50 50;
|
|
color: rgb(0,0,255);
|
|
}
|
|
}
|
|
}
|