Commit 06a40b75 by doszhang

dos

parent 5e074d00
......@@ -106,7 +106,7 @@ $(document).ready(function () {
img.src = 'Public/static/image2/poster.png';
img.onload = function () {
ctx.drawImage(img, 0, 0, myCanvas.width, myCanvas.height);
txtDraw(ctx, username, pxchange(158), pxchange(278), pxchange(40), 'normal', '#ffffff');
txtDraw(ctx, username, pxchange(158), pxchange(260), pxchange(40), 'normal', '#ffffff');
$('.posterimg').show();
$('.posterimg').attr('src', getManBase64());
$('.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