Increase map to 2 map sheets; fix some layout/styles
This commit is contained in:
10
index.html
10
index.html
@@ -101,7 +101,7 @@
|
||||
</p>
|
||||
</template>
|
||||
|
||||
<svg viewbox="-100 -100 3450 2400" xmlns="http://www.w3.org/2000/svg">
|
||||
<svg viewbox="-100 -100 3400 4500" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<pattern id="inch-mark" x="0" y="0" width="2in" height="2in" patternUnits="userSpaceOnUse">
|
||||
<rect x="0" y="0" width="1in" height="2in" fill="black" />
|
||||
@@ -124,10 +124,12 @@
|
||||
<line class="ruler" x1="0" y1="-0.25in" x2="34in" y2="-0.25in" stroke="url(#inch-mark)" />
|
||||
<line class="ruler" x1="-0.25in" y1="0" x2="-0.25in" y2="23in" stroke="url(#vert)" />
|
||||
<!-- <image id="img1" href="map1.png" height="6.428in" width="9.971in" /> -->
|
||||
<image id="img2" href="scans/map1.jpg" width="2284" height="1518" />
|
||||
<!-- <image id="img2" href="scans/map1.jpg" width="2284" height="1518" /> -->
|
||||
<image class="map-scans" href="scans/map2.jpg" width="2284" height="1518" />
|
||||
<image class="map-scans" href="scans/map3.jpg" width="2284" height="1518" x="0" y="1550" />
|
||||
<g id="firing-arcs"></g>
|
||||
<rect id="map" x="0" y="0" width="34in" height="23in" />
|
||||
<!-- <rect id="debug-view-box" x="-100" y="-100" width="3450" height="2400" /> -->
|
||||
<rect id="map" x="0" y="0" width="33in" height="45in" />
|
||||
<!-- <rect id="debug-view-box" x="-100" y="-100" width="3400" height="4500" /> -->
|
||||
</svg>
|
||||
|
||||
<div id="content">
|
||||
|
||||
Reference in New Issue
Block a user