You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did some more testing and found out, that on my Laptop (macOS) it works fine, only my PC (Windows) makes problems. Are there any known issues with Windows?
It makes even less sense to me, since you are using the SVG renderer. Did you use different browsers/viewers to look at the SVG between Windows and Mac?
I'm trying to create a QR code with some text in it.
When trying, sometimes the QR code gets corrupted. (For example with a simple 'b' or 'A').
I tested some characters and found that 'a', 'c', '/' and 0-9 worked. However, 'A', 'b' and 'd' do not work.
Such QR codes look something like this:
In this example a 'b'.
My writer is created as follows:
then I use it with
$writer->writeString('...');
.Thanks for your help in advance.
The text was updated successfully, but these errors were encountered: