Remove commented out image smoothing code
authorJacob Casper <dev@jacobcasper.com>
Sat, 25 Apr 2020 21:30:39 +0000 (16:30 -0500)
committerJacob Casper <dev@jacobcasper.com>
Sat, 25 Apr 2020 21:30:39 +0000 (16:30 -0500)
frontend/index.js

index 8446219..8a17408 100644 (file)
@@ -220,10 +220,6 @@ window.onload = () => {
     const bgImg = new Image();
     bgImg.onload = () => {
         const ctx = canvas.getContext("2d");
-        //ctx.mozImageSmoothingEnabled = false;
-        //ctx.webkitImageSmoothingEnabled = false;
-        //ctx.msImageSmoothingEnabled = false;
-        //ctx.imageSmoothingEnabled = false;
         ctx.drawImage(
             bgImg, 
             0,