diff options
| -rw-r--r-- | assets/javascripts/rectangles/map/draw.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/javascripts/rectangles/map/draw.js b/assets/javascripts/rectangles/map/draw.js index 8a0649a..1dcd1ae 100644 --- a/assets/javascripts/rectangles/map/draw.js +++ b/assets/javascripts/rectangles/map/draw.js @@ -4,7 +4,7 @@ map.draw = new function(){ var base = this base.clear_canvas = function (){ - ctx.fillStyle = "rgba(255,255,255,0.7)" + ctx.fillStyle = "rgba(255,255,255,0.99)" ctx.clearRect(0,0,w,h) ctx.fillRect(0,0,w,h) } |
