This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 17 lines 536 B View raw View rendered
1<svg viewBox="-10 -10 120 120" xmlns="http://www.w3.org/2000/svg"> 2<g> 3<circle cx="50" cy="50" r="2" style="fill: none; stroke: black; stroke-width: 0.5px;"/> 4</g> 5<g> 6<line style="fill: none; stroke: black; stroke-width: 2px;" x1="100" x2="0" y1="50" y2="0"/> 7</g> 8<g> 9<circle cx="25" cy="75" r="25" style="fill: none; stroke: black; stroke-width: 0.5px;"/> 10</g> 11<g> 12<line style="fill: none; stroke: gray; stroke-width: 2px;" x1="50" x2="100" y1="100" y2="0"/> 13</g> 14<g> 15<circle cx="100" cy="0" r="2" style="fill: purple;"/> 16</g> 17</svg>