Commit 95723573 by doszhang

dos

parent 504c5b64
...@@ -382,7 +382,7 @@ function createPoster() { ...@@ -382,7 +382,7 @@ function createPoster() {
bottomHalf.onload = function () { bottomHalf.onload = function () {
bottomHalfTop = pxToRem(487) + pxToRem(flagListHeight); bottomHalfTop = pxToRem(487) + pxToRem(flagListHeight);
posterCtx.drawImage(bottomHalf, pxToRem(45), bottomHalfTop, pxToRem(550), pxToRem(238)); posterCtx.drawImage(bottomHalf, pxToRem(45), bottomHalfTop, pxToRem(550), pxToRem(238));
drawFlagItem(pxToRem(pxToRem(489) + 20)); drawFlagItem(pxToRem(489 + 20));
} }
} }
......
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