Commit 04b63208 by dosZhang

dos

parent f9b1130a
......@@ -116,8 +116,8 @@ $(document).ready(function () {
$('.username,.company').show();
var mc = new Hammer($('.touch').get(0));
bindMc(mc, uploadCtx, uploadCanvas, img, imgInfo);
drawVerticalText(uploadCtx, username, '#595857',23 * 2, 80 * 2, 300 * 2, true, 5 * 2);
drawVerticalText(uploadCtx, company, '#595857',23 * 2, 80 * 2, 440 * 2, true, 5 * 2);
drawVerticalText(uploadCtx, username, '#595857',24 * 2, 80 * 2, 300 * 2, true, 5 * 2);
drawVerticalText(uploadCtx, company, '#595857',24 * 2, 80 * 2, 440 * 2, true, 5 * 2);
}, imgInfo);
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