Fix line width for borders and pings

This commit is contained in:
Brandon Tilley 2013-12-19 21:22:30 -08:00
parent 47617b531c
commit b169199713

View File

@ -73,7 +73,7 @@ d3.json "world-110m.json", (error, world) ->
context.stroke() context.stroke()
context.strokeStyle = '#fff' context.strokeStyle = '#fff'
context.lineWidth = 2 context.lineWidth = 1
currentTime = Date.now() currentTime = Date.now()
for ping in pings for ping in pings
difference = (currentTime - ping.time) # milliseconds difference = (currentTime - ping.time) # milliseconds