was there a new shadow API in the making or did i ...
# compose
a
was there a new shadow API in the making or did i dream of that?
i
🔥 2
t
It was reverted then merged back with fixes, this usually means we should wait for next release.
🤔 1
s
I wonder why the
offset
parameter was considered for
InnerShadow
but not
DropShadow
🤔 Is it because using the existing
offset
Modifier is possible by chaining it appropriately with the
DropShadow
but not with
InnerShadow
?
n
The offset for an inner shadow changes the geometry of the intermediate shaders. For drop shadow it is just a change in translation.