Commit 71a4ec63 by doszhang

dos

parent 865168b0
......@@ -351,6 +351,11 @@ function createPoster() {
posterCanvasHeight = topHalfHeight + flagListHeight + bottomHalfHeight;
}
console.log('flagListHeight:' + flagListHeight);
console.log('posterCanvasHeight:' + posterCanvasHeight);
let canvasinfo = initCanvas('.poster-canvas-block', 'posterCanvas', 640, posterCanvasHeight, true);
posterCanvas = canvasinfo[0];
posterCtx = canvasinfo[1];
......
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