-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
Transparent background does not work #68
Comments
Hi @elmeerr, thanks for the feedback. Although default background color is transparent, there's another option that you need to use which impacts this scenario: opaque. You need to run your command with --opaque false option in order to get the transparency; I understand this might be confusing but it's necessary to use for the background css values with alpha channels. |
I'm updating the docs to clarify this btw, thanks for the heads up! |
Updated docs with examples to clarify transparency option fix #68
## [2.1.2](v2.1.1...v2.1.2) (2019-11-08) ### Bug Fixes * **cli:** updated docs to clarify transparency option ([a4bcaff](a4bcaff)), closes [#68](#68)
🎉 This issue has been resolved in version 2.1.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@onderceylan Thanks for clarifying this! |
Describe the bug
The docs says that transparent background is default but this is not happening
To Reproduce
Steps to reproduce the behavior:
npx pwa-asset-generator https://icon-library.net/images/img_566996.png
Expected behavior
Images with transparent background.
System (please complete the following information):
Screenshots
Webstorm show if the background is transparent (which is not in this case)
The text was updated successfully, but these errors were encountered: