jsPDF
jsPDF copied to clipboard
fix rtl ltr mixed content reversing
Thanks for contributing to jsPDF! Please follow our Contribution Guidelines when creating a pull request.
on mixed content of languages (for example Hebrew and English and also numbers) the R2L property would reverse the entire text. the sentence "שלום עליכם 123" would turn to "שלום עליכם 321". fixed the reversing of the LTR languages and numbers.