Skip to content

ErrorCorrectLevel can not be changed #62

@sammydekat

Description

@sammydekat

When I want to use another errorlevel than 'H', it does not accept this parameter. Using ErrorCorrectLevel : "Q" does not change the errorlevel in the QR result, it still shows the default 'H' errorlevel. Parameters 'width', 'height' and 'foreground' are excepted, 'errorcorrectlevel' not.

My example:
jQuery('#qrTest').qrcode({
render : "table",
errorcorrectlevel : "M",
width : 200,
height : 200,
foreground : "#FF0000",
text : "Hello World"
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions