Open BSoDium opened 5 months ago
Hi @Uzlopak π do you think anyone from the parallax team could take a look at this? It's a bit of a blocker for me at the moment π
Exact same problem here... I hope you'll be able to fix it soon :)
Please refer to it, it is working fine for me: https://github.com/parallax/jsPDF/issues/3748#issuecomment-2399436983
Thank you @Juman8 , I'll take a look
I have read and understood the contribution guidelines.
When running the html() method on
document.body
in my project, the html to canvas conversion process seems to fail with the following error:I believe this to be linked to html2canvas's lack of support for modern css functions, including the newly available
color(...)
.My problem here is that I would like to use html2canvas-pro as a replacement for html2canvas, as it does specifically support these, but I have no idea where to start, as this issue doesn't seem to have been reported earlier, and I see no way to customize the canvasification process.
Here is a temporary deployment which reproduces the bug when clicking the download button (dismiss the ad-blocker banner, then click on the blue download button)
And here is the PR implementing this: https://github.com/BSoDium/bsodium.fr/pull/53
Thanks a lot in advance!