From d12607a374c55991c7a709893aa566ad92dde48c Mon Sep 17 00:00:00 2001 From: Hope41 Date: Wed, 20 Mar 2024 14:16:08 +0000 Subject: [PATCH] Bug fix test #1 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 76d5e5c..6bfee6a 100644 --- a/index.html +++ b/index.html @@ -82,7 +82,7 @@ ctx.drawImage( img, cvs.width / 2 - w / 2, - cvs.height / 2 - h / 2 + 80, + cvs.height / 2 - h / 2 + 60 * devicePixelRatio, w, h) ctx.fillStyle = '#f801' ctx.fillRect(0, 0, cvs.width, cvs.height)