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.
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.