Build scenarios from data in SVG files

This commit is contained in:
2025-06-16 22:41:32 -07:00
parent c9e012be16
commit 2e5d35e8ad
11 changed files with 324 additions and 659 deletions

View File

@@ -2,6 +2,7 @@
<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"/>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB