yWorks / jsPDF

JavaScript PDF generation to work with SVG
MIT License
56 stars 23 forks source link

Fix kerning values in split_text_to_size #33

Closed chrisregnier closed 4 years ago

chrisregnier commented 4 years ago

This fixes the kerning issue found in #30

yGuy commented 4 years ago

Thanks, Chris! Could you back-up this change with a modified test-case? Basically what you had in the issue report could be reworked as a test-case!

chrisregnier commented 4 years ago

Sorry for the delay, I finally got the chance to come back around to this.