Commit a83ec63d by kubisk

dos

parent 6ef61d59
...@@ -326,7 +326,7 @@ function createPoster() { ...@@ -326,7 +326,7 @@ function createPoster() {
txtDraw(posterCtx, company + '', '#464646', 215 * 2, 413 * 2, 20 * 2); txtDraw(posterCtx, company + '', '#464646', 215 * 2, 413 * 2, 20 * 2);
setTimeout(function () { setTimeout(function () {
posterCtx.drawImage(logoObj, 0 * 2, 0 * 2, 569 * 2, 204 * 2); posterCtx.drawImage(logoObj, 0 * 2, 0 * 2, 569 * 2, 204 * 2);
posterCtx.drawImage(posterTopObj, 180 * 2, 270 * 2, 206 * 2, 65 * 2); posterCtx.drawImage(posterTopObj, 80 * 2, 270 * 2, 206 * 2, 65 * 2);
var posterBottomObj = new Image(); var posterBottomObj = new Image();
posterBottomObj.src = '/Public/static/image2/poster' + level + '-2.png?version=1.0.0'; posterBottomObj.src = '/Public/static/image2/poster' + level + '-2.png?version=1.0.0';
posterBottomObj.onload = function () { posterBottomObj.onload = function () {
......
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