gtk/testsuite/gsk/compare/shadow-opacity.node
Benjamin Otte f8627755b5 rendernode: Shadow nodes need offscreen for opacity
Otherwise the shadow will not be properly computed as opaque regions
become translucent after applying opacity.

Testcase included.
2023-09-15 03:46:27 +02:00

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);
}
}
}