css property background-blend-mode ignored #966
Labels
Comments
Any updates on this issue? |
have the same problem any luck? |
|
Is this property still not supported? |
Yeah, still not supported |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: