Closed zumm closed 3 months ago
Same issue here. I have a parent that is scaling. And I have to update drop shadow's offet every frame manually.
Unfortunately, we cannot support scaling the offset based on the world scale of the display object. You'll need to manage this yourself by updating the offset property.
offset
always stays same regardless of target's scale. It makes impossible to scale objects affected byDropShadowFilter
.