Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ErrorCorrectLevel can not be changed #62

Open
sammydekat opened this issue Oct 25, 2014 · 1 comment · May be fixed by #67
Open

ErrorCorrectLevel can not be changed #62

sammydekat opened this issue Oct 25, 2014 · 1 comment · May be fixed by #67

Comments

@sammydekat
Copy link

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"
});

@fetus-hina fetus-hina linked a pull request Jan 13, 2015 that will close this issue
@xchangebit
Copy link

Try using 'correctLevel'

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants