Commit 10dd3316 by doszhang

dos

parent 4731cb9d
...@@ -546,7 +546,7 @@ function drawFlagItem(initialPosition) { ...@@ -546,7 +546,7 @@ function drawFlagItem(initialPosition) {
flagNoDraw(posterCtx, i + 1, 11 * 2, '#ffffff', pxToRem(127 * 2), (top + pxToRem(27)) * 2); flagNoDraw(posterCtx, i + 1, 11 * 2, '#ffffff', pxToRem(127 * 2), (top + pxToRem(27)) * 2);
let lineTop = flagTextDraw(posterCtx, flagStack[i], 1.4 * fontSize * 2, '#222222', pxToRem(167 * 2), textTop * 2); let lineTop = flagTextDraw(posterCtx, flagStack[i], 1.4 * fontSize * 2, '#222222', pxToRem(167 * 2), textTop * 2);
if (lineTop != 0) { if (lineTop != 0) {
posterCtx.drawImage(redline, pxToRem(161 * 2), lineTop, pxToRem(367 * 2), pxToRem(20 * 2)); posterCtx.drawImage(redline, pxToRem(161 * 2), lineTop, pxToRem(375 * 2), pxToRem(9 * 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