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

Can't have transparent background when using drop shadows #140

Open
BillyMartin1964 opened this issue Oct 4, 2020 · 2 comments
Open

Can't have transparent background when using drop shadows #140

BillyMartin1964 opened this issue Oct 4, 2020 · 2 comments

Comments

@BillyMartin1964
Copy link

It appears that the drop shadows are a fill and that the background color goes over it. This won't work for a transparent background.

If I want the background transparent and the dropshadow to work off the border color, I can't do it because the shadow fills the entire pancake frame.

@sthewissen
Copy link
Owner

This would require clipping the content of the PancakeView, which in turn would clip away the outside shadow. Not sure I see a simple solution around this right now except maybe filling the PancakeView with the same color as the background, which I can imagine won't work in all scenarios.

@BillyMartin1964
Copy link
Author

BillyMartin1964 commented Oct 5, 2020 via email

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

2 participants