blob: 88af1199fde8a7ca31d440d1a07d0c4440137983 (
plain)
1
2
3
4
5
6
7
8
|
<svg xmlns="http://www.w3.org/2000/svg">
<g transform="translate(50 50)">
<circle r="40" style="fill: yellow; stroke: black; stroke-width: 1"/>
<path d="M0 -10v20" stroke="blue"/>
<path d="M100 -10v20" stroke="blue"/>
<path d="M200 -10v20" stroke="blue"/>
</g>
</svg>
|