Commit 06d46c37 by doszhang

dos

parent 06a40b75
...@@ -106,7 +106,7 @@ $(document).ready(function () { ...@@ -106,7 +106,7 @@ $(document).ready(function () {
img.src = 'Public/static/image2/poster.png'; img.src = 'Public/static/image2/poster.png';
img.onload = function () { img.onload = function () {
ctx.drawImage(img, 0, 0, myCanvas.width, myCanvas.height); ctx.drawImage(img, 0, 0, myCanvas.width, myCanvas.height);
txtDraw(ctx, username, pxchange(158), pxchange(260), pxchange(40), 'normal', '#ffffff'); txtDraw(ctx, username, pxchange(158), pxchange(267), pxchange(40), 'normal', '#ffffff');
$('.posterimg').show(); $('.posterimg').show();
$('.posterimg').attr('src', getManBase64()); $('.posterimg').attr('src', getManBase64());
$('.username').hide(); $('.username').hide();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment