niklasvh / html2canvas

Screenshots with JavaScript
https://html2canvas.hertzen.com/
MIT License
30.62k stars 4.81k forks source link

css property background-blend-mode ignored #966

Open tomermes opened 8 years ago

tomermes commented 8 years ago

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.

Zeladgolan commented 8 years ago

Any updates on this issue?

jackuro commented 7 years ago

have the same problem any luck?

niklasvh commented 7 years ago

background-blend-mode is not currently supported

CyberLew commented 4 years ago

Is this property still not supported?

freddekvist commented 4 years ago

Yeah, still not supported

ArtemisGraphic commented 3 years ago

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?

001-mak commented 1 year ago

Any alternate available?

ifredom commented 6 months ago

Any alternate available?

tejpal-ap commented 2 months ago

Any alternate available?

jo-chemla commented 2 months ago

html-to-image toPng & co