Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatalin Mititiuc <webdevcat@proton.me>2024-04-22 14:41:39 -0700
committerCatalin Mititiuc <webdevcat@proton.me>2024-04-22 14:41:39 -0700
commit2cf47e56fefef1f61fa7138ce50ffddf45d390e7 (patch)
treea2142f4f918a43fbf0d287757a2c334bad215282
parent4dc47d6f045c01479d1298b933fd3e129d3d8279 (diff)
Add missing row
-rw-r--r--public/map.svg7
-rw-r--r--public/row.jpgbin0 -> 25889 bytes
2 files changed, 4 insertions, 3 deletions
diff --git a/public/map.svg b/public/map.svg
index c5e80f5..f4774c0 100644
--- a/public/map.svg
+++ b/public/map.svg
@@ -41,6 +41,7 @@
<g id="image-maps">
<image id="map2" class="map-scans" href="scans/map2.jpg" width="2284" height="1518"/>
+ <image class="map-scans" href="row.jpg" width="2284" height="55" y="1505" />
<image id="map3" class="map-scans" href="scans/map3.jpg" width="2284" height="1518"/>
</g>
@@ -53,7 +54,7 @@
<g class="grid">
<g class="start-locations">
<g>
- <!-- <use data-x="13" href="#t-1" data-allegiance="liao" data-number="1"/> -->
+ <use data-x="13" class="counter" href="#t-1" data-allegiance="liao" data-number="1"/>
<use data-x="14" class="counter" href="#t-2" data-allegiance="liao" data-number="2"/>
<use data-x="15" class="counter" href="#t-3" data-allegiance="liao" data-number="3"/>
<use data-x="16" class="counter" href="#t-4" data-allegiance="liao" data-number="4"/>
@@ -72,8 +73,8 @@
</g>
</g>
<g data-y="0">
- <g data-x="0"><use href="#hex"/><use class="counter" href="#t-1" data-allegiance="liao" data-number="1"/></g>
- <g data-x="1"><use href="#hex"/><use href="#counter-grenade"/></g>
+ <g data-x="0"><use href="#hex"/></g>
+ <g data-x="1"><use href="#hex"/></g>
<g data-x="2"><use href="#hex"/></g>
<g data-x="3"><use href="#hex"/></g>
<g data-x="4"><use href="#hex"/></g>
diff --git a/public/row.jpg b/public/row.jpg
new file mode 100644
index 0000000..110bb35
--- /dev/null
+++ b/public/row.jpg
Binary files differ