自分の井戸端1周年
あなたが井戸端に参加した記念日
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/villagepump/自分の井戸端1周年/k.svg
code:k.svg
<g>
<defs>
<radialGradient id="sample">
<stop offset="0%" stop-color="#00ff00" />
<stop offset="100%" stop-color="#00ffcc" />
</radialGradient>
</defs>
<style type="text/css">
.f01{
stroke-width: 4;
/*fill="url(#sample)";*/
}
.f02{
stroke: white;
stroke-width: 1;
fill: white;
}
</style>
<ellipse class="f01" cx="50" cy="50" rx="46" ry="46" fill="url(#sample)" />
<text class="f02" x="3" y="45" font-size="30">一周年</text>
<text class="f02" x="18" y="80" font-size="30">記念</text>
</g>
</svg>