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

Background color with opacity or transparent #41

Closed
blakegearin opened this issue Nov 3, 2022 · 1 comment
Closed

Background color with opacity or transparent #41

blakegearin opened this issue Nov 3, 2022 · 1 comment

Comments

@blakegearin
Copy link

I've been experimenting with the customization options to get a transparent or semi-transparent background and have come up short. Is this currently possible?

@Rezmason
Copy link
Owner

Rezmason commented Nov 3, 2022

There's no built in support for transparency at the moment, but depending on your goal, you may have some luck setting the mix-blend-mode of the canvas to something desirable:

https://developer.mozilla.org/en-US/docs/Web/CSS/mix-blend-mode

Depending on what you're hoping to accomplish, there may be other options, too. What have you got in mind? 😊

@Rezmason Rezmason closed this as not planned Won't fix, can't repro, duplicate, stale Nov 8, 2022
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