Skip to content

Commit

Permalink
Bug fix test #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hope41 committed Mar 20, 2024
1 parent 7c2dc53 commit d12607a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d12607a

Please sign in to comment.