diff --git a/src/grid.js b/src/grid.js index 78cb453..98d75b7 100644 --- a/src/grid.js +++ b/src/grid.js @@ -28,9 +28,6 @@ const Grid = function(canvas) { } this.neonRect = (x, y, w, h) => { - this.ctx.globalCompositeOperation = 'lighter'; - this.ctx.shadowColor = "#fff"; - this.ctx.shadowBlur = 10; this.ctx.strokeStyle= "#fff"; this.ctx.lineWidth = 5; this.ctx.strokeRect(x, y, w, h);