From ee37c59946304bd2a71402ba4dd52ce6d22f1851 Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Mon, 18 Mar 2024 15:00:05 -0700
Subject: Add scanned map in SVG; test hexes
---
index.html | 69 ++++++++++++++++++++++++++++++++++++++++++--------------------
1 file changed, 47 insertions(+), 22 deletions(-)
(limited to 'index.html')
diff --git a/index.html b/index.html
index 12c5dfc..3828eb9 100644
--- a/index.html
+++ b/index.html
@@ -16,20 +16,36 @@
rect#map {
fill: gainsboro;
- opacity: 0;
+ opacity: 0.33;
}
- image {
+ image#img1 {
transform: scale(3.41) rotate(-0.15deg);
/* opacity: 0.33; */
}
+ image#img2 {
+ transform: scale(1.39) rotate(0.07deg);
+ /* opacity: 0.33; */
+ }
+
.wall {
fill: none;
stroke: red;
stroke-width: 7px;
opacity: 0.7;
}
+
+ #hex {
+ opacity: 0.2;
+ /* stroke: black;
+ stroke-opacity: 0.2; */
+ transform: scale(0.26) translate(-2in, -2in);
+ }
+
+ #asterisk {
+ font-size: 30;
+ }
@@ -41,15 +57,25 @@
+
+
+
+
+
+
+
+
+ *
-
+
+
-
-
+
+
--
cgit v1.2.3