SVG:ellipse要素
楕円を描画する
中心の座標とx方向の半径、y方向の半径
<ellipse cx="100" cy="250" rx="30" ry="50" />
cx cy : 中心の座標 (x, y)
rx : x方向の半径
ry : y方向の半径
SVG:プレゼンテーション属性
Color、FillStroke、Graphics
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/SVG:ellipse要素/e.svg
code:e.svg
<svg viewBox="0 0 200 100" xmlns="http://www.w3.org/2000/svg">
<ellipse cx="100" cy="50" rx="100" ry="50" />
</svg>
SVG:楕円
ellipse
SVG要素.icon
SVG-terminology.icon