Commit 050d1174 by doszhang

dos

parent 3ae8b9a0
......@@ -275,7 +275,7 @@ function createPoster() {
if (jobTitle) {
titleObj.src = '/Public/static/image2/eagle-' + jobTitle + '.png';
titleObj.onload = function () {
posterCtx.drawImage(titleObj, 430 * 2, 60 * 2, 171 * 2, 43 * 2);
posterCtx.drawImage(titleObj, 430 * 2, 60 * 2, 171 * 2, 73 * 2);
}
}
......
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