From: Jacob Casper Date: Sat, 25 Apr 2020 21:30:39 +0000 (-0500) Subject: Remove commented out image smoothing code X-Git-Url: https://git.jacobcasper.com/?p=brackets.git;a=commitdiff_plain;h=c86fbeaab44a68a95a569c0b6f021dddeb950888 Remove commented out image smoothing code --- 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,