Web Dev Solutions

Catalin Mititiuc

From 1833dfebf19cf4478a74d907b52c9e569879646f Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Thu, 25 Apr 2024 17:21:46 -0700 Subject: WIP: firing arcs algo --- public/map.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'public/map.css') diff --git a/public/map.css b/public/map.css index 0a79798..b961d35 100644 --- a/public/map.css +++ b/public/map.css @@ -329,3 +329,13 @@ g[data-y="50"] { --i: 50; } .buildings { display: none; } + +#test-arcs line, #test-arcs polyline { + stroke: black; + fill: none; +} + +#test-arcs rect, #test-arcs polygon { + fill: black; + fill-opacity: 0.2; +} -- cgit v1.2.3