mirror of
https://github.com/lrsjng/jquery-qrcode.git
synced 2026-08-12 20:01:55 +08:00
@@ -104,7 +104,7 @@
|
|||||||
|
|
||||||
context.fillStyle = settings.fontcolor;
|
context.fillStyle = settings.fontcolor;
|
||||||
context.font = font;
|
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) {
|
drawBackgroundImage = function (qr, context, settings) {
|
||||||
|
|||||||
Reference in New Issue
Block a user