-
### Bug reports:
html2canvas render table element error,for example.The first picture is the html element.The second picture is the html2canvas render result
![微信图片_20200402205737](https://user-im…
-
- [x] I'm using the latest [version](https://github.com/niklasvh/html2canvas/releases/tag/v1.0.0-rc.5)
- [x] I'm testing using the non-minified version of html2canvas and checked any potential issues…
-
I am using Newest version of html2canvas ("html2canvas": "^1.0.0-alpha.9") to convert HTML as well as SVG graphs. It is working fine with chrome but not working on IE 11. Is there any need to handle S…
-
### Bug reports:
Hi everybody,
I'm currently using html2canvas in an Angular 4 application. I use it to make a screenshot of a div which contains several sub divs that I have aligned using bootstrap…
-
I have this html page:
`ABCD`
When I make a canvas over body, my text in the resulting image is very very small (see attached picture). When I use classic fonts for my wrapping span
![cbimage](…
-
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 sometime…
-
Unlike other issues about texts shift down, it worked very well if I copy the code to the Chrome console, but if use those code in vue, the texts shifted down some distance.
Using methods from others…
-
html2canvas(document.querSelect("Dom"), {
backgroundColor: null,
useCORS: true
}).then(canvas => {
let domToImgUrl = canvas.toDataURL("image/jpeg", 0.92)
// …
-
when I use line-height=height to center text vertically,I find it does not seem to be centered vertically in the picture generated by html2canvas.
### Bug reports:
https://jsbin.com/cohugezaxo/1…
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.43.0 x64
**Electron**: 4.2.7
**OS**: Mac OS X 10.15
**Thrown From**: [chrome-color-picker](https://github.com/puranjayjain/chrome-color-…