Lukas Holländer
Lukas Holländer
@miriankakhidze Please share small complete project so we can reproduce the issue.
@miriankakhidze thanks for the repro. I can indeed reproduce the issue, but could not figure out what's causing it at a quick glance. Seems like a bug in jsPDF. I'm...
Please attach the PDF document.
The performance issue seems to be that each letter is written as a single chunk of text. Why that is, I don't know, yet.
You are right, this looks very fishy. I can't explain why it's there, but I agree with you that these lines are probably there for a reason. Unfortunately the lines...
The line seems to originate from this commit with the very expressive commit message "modify context2d" :D https://github.com/MrRio/jsPDF/commit/7d2695c75405e62a80bf63a1a933e1286d637b16 I would suggest, let's remove these lines and wait until someone complains...
Thanks. Pull requests welcome ;)
We will have to figure out if this is a bug in Chrome or jsPDF.
Yes, this is definitively a good idea but impossible without extensive help from the community. #2804 is a small step in the right direction (at least the polyfills are no...
@simonbengtsson a pull request would be very much appreciated :) You can probably base on the changes I made in #2804 and add a couple more entry points to the...