niklasvh / html2canvas

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

Support for CSS filter and zoom properties #3168

Open Rafa-Denlavor opened 2 months ago

Rafa-Denlavor commented 2 months ago

Hey guys!

I would like to know if it is possible to add support for CSS properties and zoom? I currently use html2canvas to download an edited image, however, the styles are not picked up and I checked in the document that these styles are currently not supported.

Can you tell me if it is something complex to do and if it would really be possible to do it in the short term?

ifredom commented 1 week ago

I looked at the source code and didn't know how to implement it. Found that many people have encountered the same problem, the framework does not support these attributes: filter, zoom, background-blend-mode. Does anyone know how to do that