Not for opaque contents, but stuff can be semi-transparent.
Testcase included.
offscreen.was_offscreen = TRUE;
}
- else if (dx == 0 && dy == 0)
- {
- continue; /* Invisible anyway */
- }
else
{
offscreen.bounds = &shadow_child->bounds;
--- /dev/null
+shadow {
+ shadows: rgb(255,0,0) 0 0;
+ child: color {
+ bounds: 0 0 50 50;
+ color: rgba(0,0,255,0.6);
+ }
+}
'scale-up-down',
'scaled-cairo',
'scaled-texture',
+ 'shadow-behind',
'shadow-in-opacity',
'shadow-opacity',
'texture-scale-magnify-10000x',