Commit 3b1e124a by doszhang

dos

parent bbd5fe18
......@@ -367,7 +367,7 @@ function createPoster() {
posterCtx.restore();
//画海报中部背景
posterCtx.fillStyle = '#f4f4f4';
posterCtx.fillRect(pxToRem(45), pxToRem(489), pxToRem(551), pxToRem(flagListHeight));
posterCtx.fillRect(pxToRem(44), pxToRem(489), pxToRem(552), pxToRem(flagListHeight));
posterCtx.save();
posterCtx.restore();
//画海报底部
......
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