-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
There is no option to put padding #275
Comments
|
It would be useful if the generated image had custom padding, so you could right-click to save the image with the QR code, doing "save as image." |
You may try this (I have not made any error checking) In QRCode = function (el, vOption) {
In var Drawing = function (el, htOption) { Replace
by
In Drawing.prototype.draw = function (oQRCode) { Add
In the for (var col = 0; col < nCount; col++) { Replace
by
|
We are not able to put padding around. It is not working properly without padding.
The text was updated successfully, but these errors were encountered: