Commit 03cea8f5 by doszhang

dos

parent 30fea887
...@@ -503,10 +503,10 @@ function createPoster() { ...@@ -503,10 +503,10 @@ function createPoster() {
posterCtx.save(); posterCtx.save();
posterCtx.restore(); posterCtx.restore();
//画海报中部背景 //画海报中部背景
posterCtx.fillStyle = '#ffffff'; // posterCtx.fillStyle = '#ffffff';
posterCtx.fillRect(posterLeft, flagListTop, pxToRem(550 * 2), pxToRem(flagListHeight * 2)); // posterCtx.fillRect(posterLeft, flagListTop, pxToRem(550 * 2), pxToRem(flagListHeight * 2));
posterCtx.save(); // posterCtx.save();
posterCtx.restore(); // posterCtx.restore();
//画海报底部 //画海报底部
let bottomHalf = new Image(); let bottomHalf = new Image();
bottomHalf.src = "/Public/static/image2/poster-bottomhalf.png"; bottomHalf.src = "/Public/static/image2/poster-bottomhalf.png";
......
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