Commit f6dd7420 by doszhang

dos

parent d0d12522
...@@ -396,7 +396,7 @@ function drawFlagItem(initialPosition) { ...@@ -396,7 +396,7 @@ function drawFlagItem(initialPosition) {
for (let i = 0; i < flagStack.length; i++) { for (let i = 0; i < flagStack.length; i++) {
let top = initialPosition + $(nodeList[i]).offset().top; let top = initialPosition + $(nodeList[i]).offset().top;
posterCtx.drawImage(noBg, pxToRem(105), top, pxToRem(44), pxToRem(39)); posterCtx.drawImage(noBg, pxToRem(105), top, pxToRem(44), pxToRem(39));
flagNoDraw(posterCtx, i + 1, 15, 'normal', '#222222', pxToRem(129), top + pxToRem(30)); flagNoDraw(posterCtx, i + 1, 14, 'normal', '#222222', pxToRem(129), top + pxToRem(30));
} }
} }
} }
......
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