From 4601d7e3e6d1c6a9acf481cb5a4c0f3726a3aad6 Mon Sep 17 00:00:00 2001 From: Modder4869 <28317935+Modder4869@users.noreply.github.com> Date: Wed, 12 Oct 2022 14:03:00 +0300 Subject: [PATCH] forgot log --- src/App.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index cb9e82c..2afc1a8 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -48,7 +48,6 @@ function App() { ctx.canvas.height = 256; if (loaded && document.fonts.check("12px YurukaStd")) { - //test 1 var hRatio = ctx.canvas.width / img.width ; var vRatio = ctx.canvas.height / img.height ; var ratio = Math.min ( hRatio, vRatio ); @@ -79,7 +78,6 @@ ctx.drawImage(img, 0,0, img.width, img.height,centerShift_x,centerShift_y,img.wi } } else { for (var i = 0,k=0; i