Commit 16b895ae by dosZhang

dos

parent 26a52e97
...@@ -116,8 +116,8 @@ $(document).ready(function () { ...@@ -116,8 +116,8 @@ $(document).ready(function () {
$('.username,.company').show(); $('.username,.company').show();
var mc = new Hammer($('.touch').get(0)); var mc = new Hammer($('.touch').get(0));
bindMc(mc, uploadCtx, uploadCanvas, img, imgInfo); bindMc(mc, uploadCtx, uploadCanvas, img, imgInfo);
drawVerticalText(uploadCtx, username, '#595857',27 * 2, 85 * 2, 300 * 2, true, 5 * 2); drawVerticalText(uploadCtx, username, '#595857',25 * 2, 85 * 2, 300 * 2, true, 5 * 2);
drawVerticalText(uploadCtx, company, '#595857',27 * 2, 85 * 2, 450 * 2, true, 5 * 2); drawVerticalText(uploadCtx, company, '#595857',25 * 2, 85 * 2, 445 * 2, true, 5 * 2);
}, imgInfo); }, imgInfo);
return false; return false;
}); });
......
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