From c86fbeaab44a68a95a569c0b6f021dddeb950888 Mon Sep 17 00:00:00 2001 From: Jacob Casper Date: Sat, 25 Apr 2020 16:30:39 -0500 Subject: [PATCH] Remove commented out image smoothing code --- frontend/index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/index.js b/frontend/index.js index 8446219..8a17408 100644 --- a/frontend/index.js +++ b/frontend/index.js @@ -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, -- 2.20.1