Skip to content

Somtimes weird renderings #129

@lian-hsc

Description

@lian-hsc

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:

grafik
In this example a 'b'.

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions