Open abriginets opened 7 years ago
@niklasvh oh, now screenshots are not blurry anymore. But <svg>
tags are still processing incorreclty. Here, take a look:
Screenshot made with Gyazo. That's how block should look like:
But for the first time I'm keep getting this:
That's because it have a transparency(idk why, default option for background
is #fff
. Even if I specify background: #fff
it'll still have half-transparent). But, if I try to re-render it a few times it becomes OK except <svg>
in the top right corner:
Btw, the card I'm trying to make a screenshot of was dynamically added on the page if it helps you to solve the issue.
Does the background issue fix itself if you set backgroundColor: #ffffff
in the options with 1.0.0-alpha.4?
@niklasvh yes, updating to 1.0.0-alpha.4 has fixed the issue with background color. <svg>
is still rendering incorrectly.
Would you be able to replicate the SVG issue on jsfiddle so I could take a look?
@niklasvh sure, take a look: https://jsfiddle.net/khqgasLz/
Hello. It's really a pleasure for me to have a plugin like this. But there's some issues I'd like to report
1) html2canvas not working in latest Firefox 2) Generated images are blurry and sometimes cropped 3)
<svg>
is not processing by html2canvasI'm using 0.5.0-beta-4, btw.
Regards, Andrew.