Skip to content

css property background-blend-mode ignored #966

@tomermes

Description

@tomermes

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions