Commit 9b97b329 by dosZhang

dos

parent 6d7b1a4a
...@@ -327,8 +327,8 @@ function createPoster() { ...@@ -327,8 +327,8 @@ function createPoster() {
setTimeout(function () { setTimeout(function () {
posterCtx.drawImage(posterMask, 0, 0, 640 * 2, 1238 * 2); posterCtx.drawImage(posterMask, 0, 0, 640 * 2, 1238 * 2);
drawVerticalText(posterCtx, username, '#595857',35 * 2, 100 * 2, 340 * 2, true); drawVerticalText(posterCtx, username, '#595857',32 * 2, 90 * 2, 350 * 2, true);
drawVerticalText(posterCtx, company, '#595857',35 * 2, 100 * 2, 500 * 2, true); drawVerticalText(posterCtx, company, '#595857',32 * 2, 90 * 2, 510 * 2, true);
$('#notification_area').remove(); $('#notification_area').remove();
$('.upload-page').hide(); $('.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