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 ++++++++++
public/map.svg | 2 ++
2 files changed, 12 insertions(+)
(limited to 'public')
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;
+}
diff --git a/public/map.svg b/public/map.svg
index d647e97..1dcd2f2 100644
--- a/public/map.svg
+++ b/public/map.svg
@@ -51,6 +51,8 @@
+
+
--
cgit v1.2.3