Skip to content

Commit 5564ca4

Browse files
author
ctrlaltdev
committed
Update map to light theme
1 parent e0fa370 commit 5564ca4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

map/canvas/map.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@
2121
ctx.lineTo(getLon(p.lon), getLat(p.lat))
2222
})
2323

24-
ctx.strokeStyle = `rgba(30,30,30)`
24+
ctx.fillStyle = `rgb(30,30,30)`
25+
ctx.strokeStyle = `rgb(30,30,30)`
2526
ctx.lineWidth = 1
27+
ctx.fill()
2628
ctx.stroke()
2729
})
2830

map/map.png

-15.9 KB
Loading

0 commit comments

Comments
 (0)