Commit f16beed9 by kubisk

dos

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