You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
wiki-map/svg/hex-lines.svg

20 lines
948 B

<svg version="1.1" width="100" height="100" xmlns="http://www.w3.org/2000/svg">
<style>
.link { stroke-width: 2px; fill: transparent; }
</style>
<polygon points="0,50 25,0 75,0 100,50, 75,100 25,100" />
<circle cx="50" cy="50" r="2" fill="white" stroke="white" />
<circle cx="12.5" cy="25" r="2" fill="white " />
<circle cx="50" cy="0" r="2" fill="lime " />
<circle cx="87.5" cy="25" r="2" fill="yellow " />
<circle cx="87.5" cy="75" r="2" fill="red " />
<circle cx="50" cy="100" r="2" fill="magenta" />
<circle cx="12.5" cy="75" r="2" fill="cyan " />
<path d="M 12.5,25 Q 50,50 50 , 0" stroke="lime " class="link" />
<path d="M 12.5,25 Q 50,50 87.5, 25" stroke="yellow " class="link" />
<path d="M 12.5,25 Q 50,50 87.5, 75" stroke="red " class="link" />
<path d="M 12.5,25 Q 50,50 50 ,100" stroke="magenta" class="link" />
<path d="M 12.5,25 Q 50,50 12.5, 75" stroke="cyan " class="link" />
</svg>