-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
How can I set the background colour to transparent? #1164
Comments
You can set |
Here, changing the backgroundColor option has effect, but changing it to null creates a black background in the canvas, while there's no black background in my CSS. |
I am also getting the canvas render a black background when setting backgroundColor to null |
|
|
I don't think |
How can I show my background image in the screenshot? The screenshot that it captures shows bg white. I've tried all the options for it, please suggest other libraries or something. The image is stored in my public folder of reactJS app and I've used backgroundImage tag in the body{} |
After setting the background in options to #ffffff, the colour of my canvas is white, it is okay, but the remaining area other than canvas image is transparent, how can I set that remaining area also to a colour e.g a white colour?
The text was updated successfully, but these errors were encountered: