circle

書き方

<circle cx="X座標" cy="Y座標" r="半径" style="style data" />

cx="X座標"

円の中心座標を指定する。

cy="Y座標"

円の中心座標を指定する。

r="半径"

円の半径を指定する。

使用例

<circle cx="100" cy="60" r="35" style="fill:none; stroke:black; stroke-width:2" />