X-Git-Url: https://git.jacobcasper.com/?p=brackets.git;a=blobdiff_plain;f=frontend%2Findex.js;fp=frontend%2Findex.js;h=8a17408056294eed0250925a1f107318ab47e829;hp=8446219f3e691393a9f750f5ecc191ddb92a84c5;hb=c86fbeaab44a68a95a569c0b6f021dddeb950888;hpb=4b4b1eff98eaf6c8d18c3742a8e35dafccc64151 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,