mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
make sure the image used for the detection of the underline is positioned correctly
This commit is contained in:
parent
2ec7fda1f1
commit
66d328d1e3
@ -182,6 +182,7 @@ html2canvas.Parse = function (element, images, opts) {
|
||||
|
||||
img.style.margin = 0;
|
||||
img.style.padding = 0;
|
||||
img.style.verticalAlign = "baseline";
|
||||
|
||||
span.style.fontFamily = font;
|
||||
span.style.fontSize = fontSize;
|
||||
|
Loading…
Reference in New Issue
Block a user