From b07722faed0993e90bd7e993d36c803fce3d0f6d Mon Sep 17 00:00:00 2001 From: Catalin Constantin Mititiuc Date: Mon, 16 Jun 2025 22:41:27 -0700 Subject: [PATCH] Add scanned map in SVG; test hexes --- index.html | 67 +++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 46 insertions(+), 21 deletions(-) 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 @@ + + + + + + + + + * - + + - - + +