mirror of
https://github.com/lrsjng/jquery-qrcode.git
synced 2026-08-13 04:11:36 +08:00
Update jquery.qrcode.js
fixed issue with label not rendered correctly
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
|
||||
context.fillStyle = settings.fontcolor;
|
||||
context.font = font;
|
||||
context.fillText($("#label").val(), sl*size, st*size + 0.75 * settings.mSize * size);
|
||||
context.fillText(settings.label, sl*size, st*size + 0.75 * settings.mSize * size);
|
||||
},
|
||||
|
||||
drawBackgroundImage = function (qr, context, settings) {
|
||||
|
||||
Reference in New Issue
Block a user