This repository has no description
0

Configure Feed

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

at main 14 lines 445 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="5" style="fill: red;"/> 4</g> 5<g style="fill: none; stroke: black; stroke-width: 0.5px;"> 6<path d="M100,50 L0,0 L0,100 L100,0 L50,100 L100,100 z"/> 7</g> 8<g> 9<path d="M50,0 Q0,0,0,50" style="fill: none; stroke: black; stroke-width: 2px;"/> 10</g> 11<g> 12<circle cx="25" cy="25" r="25" style="fill: none; stroke: black; stroke-width: 0.5px;"/> 13</g> 14</svg>