Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DropShadowFilter's offset doesn't respect target scale #386

Closed
zumm opened this issue Apr 20, 2023 · 2 comments
Closed

DropShadowFilter's offset doesn't respect target scale #386

zumm opened this issue Apr 20, 2023 · 2 comments

Comments

@zumm
Copy link

zumm commented Apr 20, 2023

offset always stays same regardless of target's scale. It makes impossible to scale objects affected by DropShadowFilter.

@fybits
Copy link

fybits commented May 21, 2024

Same issue here. I have a parent that is scaling. And I have to update drop shadow's offet every frame manually.

@bigtimebuddy
Copy link
Member

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.

@bigtimebuddy bigtimebuddy closed this as not planned Won't fix, can't repro, duplicate, stale Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants