This repository has no description
1<svg viewBox="-10 -10 120 120" xmlns="http://www.w3.org/2000/svg">
2<g style="fill: none; stroke: black; stroke-width: 0.5px;">
3<path d="M100,100 L0,50 L100,0 L0,100 L0,50 L50,0 z"/>
4</g>
5<g>
6<line style="fill: none; stroke: black; stroke-width: 2px;" x1="0" x2="0" y1="100" y2="0"/>
7</g>
8<g>
9<circle cx="100" cy="100" r="2" style="fill: red;"/>
10</g>
11<g>
12<line style="fill: none; stroke: black; stroke-width: 2px;" x1="0" x2="100" y1="50" y2="100"/>
13</g>
14<g>
15<circle cx="100" cy="100" r="2" style="fill: black;"/>
16</g>
17<g style="fill: none; stroke: black; stroke-width: 0.5px;">
18<path d="M0,0 L0,0 L50,100 L0,50 L50,50 z"/>
19</g>
20</svg>