tecnickcom / TCPDF

Official clone of PHP library to generate PDF documents and barcodes
https://tcpdf.org
Other
4.18k stars 1.51k forks source link

Fix image abscissa when in RTL #510

Closed atomiix closed 1 year ago

atomiix commented 2 years ago

As reported in #303, if you try example_018.php, you'll see:

Capture d’écran 2022-04-13 à 16 03 03

This fix comes from @ctadri, but then example_051.php doesn't work anymore when in RTL (by modifying lang/eng.php). However, by setting the palign parameter of the function Image() to 'C', you can make it work back.

More generally, I think it's easier to tweak a direct call to Image() to place the image where you want according to the language direction than to tweak the html to have the image aligned as you want.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.