Texts don't render correctly depending on what text you write. ``` doc.text('A • B', 20, 20) doc.save() ``` renders `þÿA " B` In the original version of jsPDF this is fixed. What are the plans on implementing that?
Texts don't render correctly depending on what text you write.
renders
þÿA " BIn the original version of jsPDF this is fixed. What are the plans on implementing that?