Update jquery.qrcode.js

fixed issue with label not rendered correctly
This commit is contained in:
Nigel Nguyen
2013-08-03 17:59:50 +12:00
parent 4aa9480bd3
commit 9b2c830ed4
+1 -1
View File
@@ -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) {