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
ec5a9ecd0f
commit
d64f62b9b7
@ -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…
x
Reference in New Issue
Block a user