-
Notifications
You must be signed in to change notification settings - Fork 215
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
Padding issues #2
Comments
I confirm: This work fine exept outer line! There is a need to draw a white border, with same size than minimal block. Workaround consist of having image or canvas in html element white padded (even using CSS). Border effect is that resulting image have to be resized before printing or working on. |
There is some correction I made, margin seem fine, pixel size too, but unfortunely I don't understand why I have to run two pass... There is a working try: http://fhauri.cartou.ch/qr
|
Hi, just replace line 404 in qrious.js from: to: tested across a variety of sizes and content |
I guess it maybe because the QR code's minimal unit's size could not be bigger, otherwise, the total size would be larger than the expected size. Using the scale method may force the size to cover. |
The whitespace padding needs to be much more consistent as it currently varies depending on the size and doesn't fill the dimensions well enough.
The text was updated successfully, but these errors were encountered: