php-svg-lib
php-svg-lib copied to clipboard
Base64 SVG QR code is not rendered in Adobe Reader
Hi!
We encountered a strange issue where QR code rendered inside img
tag (as base64 SVG) is not displayed at all in Adobe Reader. It happens only with version >=2.0 of DOMPDF, previously we had 1.x and it worked fine. It is quite interesting because it renders properly in all other PDF readers, including Chrome and other desktop PDF readers. Any idea what could have changed between versions that it does not work with Adobe ?
Rendering QR code as base64 PNG works fine BTW.
It's Laravel code, but it should not matter at all.