サーチ…
パラメーター
パラメータ | 詳細 |
---|---|
cx | 楕円の中心のX座標 |
cy | 楕円の中心のY座標 |
rx | 水平半径 |
ry | 垂直半径 |
シンプルな黄色の楕円
<svg height="80" width="160">
<ellipse cx="80" cy="40" rx="50" ry="30"
style="fill:yellow; stroke:black; stroke-width:2" />
</svg>
レンダリング:
Modified text is an extract of the original Stack Overflow Documentation
ライセンスを受けた CC BY-SA 3.0
所属していない Stack Overflow