Commit 736b8448 by doszhang

dos

parent a0f17ce7
......@@ -380,7 +380,7 @@ function createPoster() {
let bottomHalf = new Image();
bottomHalf.src = picUrl + "poster-bottomhalf.png";
bottomHalf.onload = function () {
bottomHalfTop = pxToRem(489) + pxToRem(flagListHeight);
bottomHalfTop = pxToRem(487) + pxToRem(flagListHeight);
posterCtx.drawImage(bottomHalf, pxToRem(45), bottomHalfTop, pxToRem(550), pxToRem(238));
}
}
......
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