-
Notifications
You must be signed in to change notification settings - Fork 223
Open
Description
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:
My writer is created as follows:
$writer = new Writer(new ImageRenderer(new RendererStyle(100, 0, null, null, Fill::default()), new SvgImageBackEnd))then I use it with $writer->writeString('...');.
Thanks for your help in advance.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
