Commit c80c694b by doszhang

dos

parent a24571bf
...@@ -496,7 +496,7 @@ function createPoster() { ...@@ -496,7 +496,7 @@ function createPoster() {
posterCtx.restore(); posterCtx.restore();
//画海报中部背景 //画海报中部背景
posterCtx.fillStyle = '#ffffff'; posterCtx.fillStyle = '#ffffff';
posterCtx.fillRect(pxToRem(45 * 2), pxToRem(460 * 2), pxToRem(550 * 2), pxToRem(flagListHeight * 2)); posterCtx.fillRect(pxToRem(45 * 2), pxToRem(457 * 2), pxToRem(550 * 2), pxToRem(flagListHeight * 2));
posterCtx.save(); posterCtx.save();
posterCtx.restore(); 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