parallax/jsPDF

Reverse the text in the HTML element while using html method

Open

#3094 aperta il 16 feb 2021

Vedi su GitHub
 (7 commenti) (0 reazioni) (0 assegnatari)JavaScript (4596 fork)batch import
Bugdifficulty:mediumhacktoberfest

Metriche repository

Star
 (28.280 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Using the html method with HTML element RTL text will result in reversed text for example: אב -> בא This can be solved with function before cloning the element or option on the method.

At the moment i solved it with regex + string.replace method, but that can become an issue in large text.

Guida contributor