Skip to content
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

Open
tomermes opened this issue Oct 22, 2016 · 8 comments
Open

css property background-blend-mode ignored #966

tomermes opened this issue Oct 22, 2016 · 8 comments
Labels

Comments

@tomermes
Copy link

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
Copy link

Any updates on this issue?

@jackuro
Copy link

jackuro commented Jan 3, 2017

have the same problem any luck?

@niklasvh niklasvh added this to Backlog in Backlog Jul 28, 2017
@niklasvh
Copy link
Owner

niklasvh commented Sep 7, 2017

background-blend-mode is not currently supported

@niklasvh niklasvh removed this from Backlog in Backlog Sep 7, 2017
@CyberLew
Copy link

CyberLew commented Jul 8, 2020

Is this property still not supported?

@freddekvist
Copy link

Yeah, still not supported

@ArtemisGraphic
Copy link

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
Copy link

001-mak commented Jul 23, 2023

Any alternate available?

1 similar comment
@ifredom
Copy link

ifredom commented May 21, 2024

Any alternate available?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

9 participants