Commit 1aba5e20 by dosZhang

dos

parent 9b97b329
......@@ -327,8 +327,8 @@ function createPoster() {
setTimeout(function () {
posterCtx.drawImage(posterMask, 0, 0, 640 * 2, 1238 * 2);
drawVerticalText(posterCtx, username, '#595857',32 * 2, 90 * 2, 350 * 2, true);
drawVerticalText(posterCtx, company, '#595857',32 * 2, 90 * 2, 510 * 2, true);
drawVerticalText(posterCtx, username, '#595857',32 * 2, 95 * 2, 345 * 2, true);
drawVerticalText(posterCtx, company, '#595857',32 * 2, 95 * 2, 505 * 2, true);
$('#notification_area').remove();
$('.upload-page').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