SVG:付加情報をつける
付加情報
SVG:title要素
SVG:desc要素
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/SVG:付加情報をつける/a.svg
code:a.svg
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 150" width="200" height="150">
<title>サンプル画像</title>
<desc>これはサンプルの画像です。</desc>
<circle cx="100" cy="75" r="50" fill="none" stroke="red" stroke-width="10" />
</svg>