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_equilateral.svg

22 lines
1.1 KiB

<svg version="1.1" width="173.2" height="200" xmlns="http://www.w3.org/2000/svg">
<style>
.link { stroke-width: 4px; fill: transparent; }
</style>
<!-- 0,s √3*1/4,0 √3*3/4,0 √3,s √3*3/4,2s √3*1/4,2s-->
<polygon points="0,100 43.3,0 129.9,0 173.2,100 129.9,200 43.3,200"/>
<circle cx="86.6" cy="100" r="4" fill="white" stroke="white" />
<!-- 1/8*√3*s s/2-->
<circle cx="21.7" cy="50" r="4" fill="white " />
<circle cx="86.6" cy="0" r="4" fill="lime " />
<circle cx="151.6" cy="50" r="4" fill="yellow " />
<circle cx="151.6" cy="150" r="4" fill="red " />
<circle cx="86.6" cy="200" r="4" fill="magenta" />
<circle cx="21.7" cy="150" r="4" fill="cyan " />
<path d="M 21.75,50 Q 86.6,100 86.6,0 " stroke="lime " class="link" />
<path d="M 21.75,50 Q 86.6,100 151.6,50 " stroke="yellow " class="link" />
<path d="M 21.75,50 Q 86.6,100 151.6,150" stroke="red " class="link" />
<path d="M 21.75,50 Q 86.6,100 86.6,200 " stroke="magenta" class="link" />
<path d="M 21.75,50 Q 86.6,100 21.7,150 " stroke="cyan " class="link" />
</svg>