Update viewBox to make off-board starting positions visible

This commit is contained in:
Catalin Constantin Mititiuc 2024-04-22 11:14:07 -07:00
parent 921857f29b
commit 232d1b1d6a

View File

@ -1,7 +1,7 @@
<?xml version="1.0" standalone="no"?> <?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg viewBox="-10 -10 2390 3163" xmlns="http://www.w3.org/2000/svg"> <svg viewBox="-18 -150 2320 3360" xmlns="http://www.w3.org/2000/svg">
<link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="map.css" type="text/css"/> <link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="map.css" type="text/css"/>
<defs> <defs>
<!-- <g id="hex"> <!-- <g id="hex">
@ -36,7 +36,7 @@
<symbol id="n0" viewBox="0 0 18 22" width="18" height="22"><use href="#numbers"/></symbol> <symbol id="n0" viewBox="0 0 18 22" width="18" height="22"><use href="#numbers"/></symbol>
</defs> </defs>
<rect id="background" x="-18" y="-10" width="2326" height="3087"/> <rect id="background" x="-18" y="-10" width="2320" height="3106"/>
<g id="image-maps"> <g id="image-maps">
<image id="map2" class="map-scans" href="scans/map2.jpg" width="2284" height="1518"/> <image id="map2" class="map-scans" href="scans/map2.jpg" width="2284" height="1518"/>

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 81 KiB