Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatalin Mititiuc <Catalin.Mititiuc@gmail.com>2024-03-29 16:30:43 -0700
committerCatalin Mititiuc <Catalin.Mititiuc@gmail.com>2024-03-29 16:30:43 -0700
commit45cfef270fef8f46f24c552a0fa8e7cfe02e2f82 (patch)
treed0789b8438e95f101b0056397916f18a95bdd77b /index.html
parent694f2dbb242e88cf0696223aa057e8c749539c1c (diff)
Use matrix transform to calculate counter coordinates
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 5fb6303..309e976 100644
--- a/index.html
+++ b/index.html
@@ -153,7 +153,7 @@
<image id="map2" class="map-scans" href="scans/map2.jpg" width="2284" height="1518" x="2" y="2" />
<image id="map3" class="map-scans" href="scans/map3.jpg" width="2284" height="1518" x="4" y="1564" />
<g id="firing-arcs"></g>
- <rect id="map" x="0" y="0" width="33in" height="45in" />
+ <rect id="map" x="-1" y="-1" width="2287" height="3087" />
<g id="points"></g>
<!-- <rect id="debug-view-box" x="-100" y="-100" width="3400" height="4500" /> -->
</svg>