jsPDF
jsPDF copied to clipboard
Text doesn't fit in the right box with html()
PDF content generated using HTML is highly biased. The text as a whole is offset downward, causing the color block to be offset from the text. How can I solve this problem?
Expectation: Text and background colors should not be offset
try not padding into leading above e.g.
current

proposed padding: 0px 4px 6px 4px;

This issue is stale because it has been open 90 days with no activity. It will be closed soon. Please comment/reopen if this issue is still relevant.