Fix line width for borders and pings
This commit is contained in:
parent
47617b531c
commit
b169199713
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user