SVG:円形グラデーション
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/SVG:円形グラデーション/rg.svg
code:rg.svg
<defs>
<radialGradient id="sample">
<stop offset="0%" stop-color="#f00" />
<stop offset="50%" stop-color="#0f0" />
<stop offset="100%" stop-color="#00f" />
</radialGradient>
</defs>
<rect width="200" height="200" fill="url(#sample)" />
</svg>