EPS QRCode is mirrored #278
Unanswered
Vischerkarpfen
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hey, I think it has something to do with this: #148 You will need to translate the coordinates: php-qrcode/src/Output/QREps.php Lines 164 to 168 in 7e7552b |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey! I'm working on PHP 7.4 with this library in Symfony. I used this library to create an EPS QRCode with the possibility to choose between squares, circles and diamonds as the shape for the DATA_Modules. Now I have the problem that the whole QRCode is mirrored. :') Any suggestion why and how to fix?
Here is my Custom EPS File in that I'm overriding module():
My Custom Options:
And my ini.php where I store most of the options values:
I create it in my service that implements an own interface:
Beta Was this translation helpful? Give feedback.
All reactions