Open tomermes opened 8 years ago
Any updates on this issue?
have the same problem any luck?
background-blend-mode
is not currently supported
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?
Any alternate available?
Any alternate available?
html-to-image toPng & co
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.