Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatalin Mititiuc <webdevcat@proton.me>2024-05-28 15:42:04 -0700
committerCatalin Mititiuc <webdevcat@proton.me>2024-05-28 15:42:04 -0700
commitabc8b02a9c73e68f435d8971b2ef0e1970f42212 (patch)
treea3660f4791baf571c6c4f0822f896aa5b171631b /test/integration/fixtures
parent528a370ddcf9bc63b0b5ec757ee2ac97c505131e (diff)
WIP: select counter test
Diffstat (limited to 'test/integration/fixtures')
-rw-r--r--test/integration/fixtures/scenario-test.svg24
1 files changed, 21 insertions, 3 deletions
diff --git a/test/integration/fixtures/scenario-test.svg b/test/integration/fixtures/scenario-test.svg
index 0e12afb..d4d8453 100644
--- a/test/integration/fixtures/scenario-test.svg
+++ b/test/integration/fixtures/scenario-test.svg
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<svg viewBox="-150 -150 600 800" xmlns="http://www.w3.org/2000/svg">
- <!-- <link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="../css/map.css" type="text/css"/> -->
+ <link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="../css/map.css" type="text/css" />
<style>
g[data-edge="north"] { --i: -2; }
g[data-edge="south"] { --i: 52; }
@@ -95,8 +95,26 @@
<g id="shapes"/>
<g id="lines"/>
</g>
- <g class="grid"/>
+ <g class="grid">
+ <g data-y="0">
+ <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>
+ <g data-y="1">
+ <g data-x="0"><use href="#hex"/></g>
+ <g data-x="1"><use href="#hex"/>
+ <g class="counter" data-allegiance="attacker" data-number="1"><use href="#counter-base"/><use class="troop-number" href="#t-2"/><use class="squad-number" href="#t-1"/><use class="primary-weapon" href="#rifle"/></g>
+ </g>
+ <g data-x="2"><use href="#hex"/></g>
+ </g>
+ <g data-y="2">
+ <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>
+ </g>
</g>
- <script data-cols="10" data-rows="10"></script>
+ <script href="../../map.js"></script>
</svg>