SVG:ellipse要素
<ellipse cx="100" cy="250" rx="30" ry="50" />
rx : x方向の半径
ry : y方向の半径
Color、FillStroke、Graphics
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/SVG:ellipse要素/e.svg
code:e.svg
<ellipse cx="100" cy="50" rx="100" ry="50" />
</svg>
SVG要素.icon
SVG-terminology.icon