Commit f16beed9 by kubisk

dos

parent 6c227852
......@@ -256,7 +256,7 @@ function createPoster() {
posterCtx.fillStyle = "#ffffff";
posterCtx.beginPath();
posterCtx.fillRect(0, 0, c.width, c.height);
posterCtx.fillRect(0, 0, posterCanvas.width, posterCanvas.height);
posterCtx.closePath();
showIcon();
......
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