72 lines
2.7 KiB
XML
72 lines
2.7 KiB
XML
<?xml version="1.0" standalone="no"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-10 -10 200 300">
|
|
<link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="../css/radial.css" type="text/css" />
|
|
<link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="../css/map.css" type="text/css" />
|
|
|
|
<defs>
|
|
<polygon id="hex" points="0,10 8.66,5 8.66,-5 0,-10 -8.66,-5 -8.66,5"/>
|
|
|
|
<line id="ast-line" x1="-1.2" y1="0" x2="1.2" y2="0"/>
|
|
|
|
<pattern id="asterisk" viewBox="-8.66 -15 17.32 30" width="17.32" height="30" patternUnits="userSpaceOnUse">
|
|
<use href="#ast-line"/>
|
|
<use href="#ast-line" transform="rotate(60)"/>
|
|
<use href="#ast-line" transform="rotate(-60)"/>
|
|
|
|
<use x="-8.66" y="-15" href="#ast-line"/>
|
|
<use x="-8.66" y="-15" transform="rotate(60 -8.66 -15)" href="#ast-line"/>
|
|
|
|
<use x="8.66" y="-15" href="#ast-line"/>
|
|
<use x="8.66" y="-15" transform="rotate(-60 8.66 -15)" href="#ast-line"/>
|
|
|
|
<use x="-8.66" y="15" href="#ast-line"/>
|
|
<use x="-8.66" y="15" transform="rotate(-60 -8.66 15)" href="#ast-line"/>
|
|
|
|
<use x="8.66" y="15" href="#ast-line"/>
|
|
<use x="8.66" y="15" transform="rotate(60 8.66 15)" href="#ast-line"/>
|
|
</pattern>
|
|
|
|
<g id="counter-grenade">
|
|
<rect x="0" y="0" width="10" height="10" fill="beige" stroke="black" stroke-width="0.5"/>
|
|
<image href="counter_grenade2.svg" width="10"/>
|
|
</g>
|
|
<g id="counter-prone">
|
|
<rect x="0" y="0" width="10" height="10" fill="beige" stroke="black" stroke-width="0.5"/>
|
|
<image href="counter_prone2.svg" width="10"/>
|
|
</g>
|
|
<g id="counter-basement">
|
|
<rect x="0" y="0" width="10" height="10" fill="beige" stroke="black" stroke-width="0.5"/>
|
|
<image href="counter_basement.png" width="10"/>
|
|
</g>
|
|
<g id="counter-1st-floor">
|
|
<rect x="0" y="0" width="10" height="10" fill="beige" stroke="black" stroke-width="0.5"/>
|
|
<image href="counter_1st_floor.png" width="10"/>
|
|
</g>
|
|
<g id="counter-2nd-floor">
|
|
<rect x="0" y="0" width="10" height="10" fill="beige" stroke="black" stroke-width="0.5"/>
|
|
<image href="counter_2nd_floor.png" width="10"/>
|
|
</g>
|
|
<g id="counter-3rd-floor">
|
|
<rect x="0" y="0" width="10" height="10" fill="beige" stroke="black" stroke-width="0.5"/>
|
|
<image href="counter_3rd_floor.png" width="10"/>
|
|
</g>
|
|
</defs>
|
|
|
|
<g class="gameboard" data-view-elevation="0">
|
|
<rect id="background"/>
|
|
<g class="buildings"/>
|
|
<rect id="dots" fill="url(#asterisk)"/>
|
|
|
|
<g id="firing-arcs">
|
|
<g id="shapes"/>
|
|
<g id="lines"/>
|
|
</g>
|
|
|
|
<g class="grid"/>
|
|
<g class="grid-top">
|
|
<use href="#hex"/>
|
|
<g class="container"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|