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
css property background-blend-mode ignored #966
Comments
Any updates on this issue? |
have the same problem any luck? |
|
Is this property still not supported? |
Yeah, still not supported |
I’ve seen there’s a 1.0 rc5 version of html2canvas with decent support for mix-blend-mode. Would it be possible to access to a more recent (even experimental) version with this mod? Or any tips to implement that feature into the latest version? |
Any alternate available? |
consider this example:
background-blend-mode: overlay;
background-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgb(255, 255, 255) 100%);
background-color: rgb(249, 249, 249);
html2canvas renders the same with or without the rule of "background-blend-mode: overlay" and the result is very different.
The text was updated successfully, but these errors were encountered: