SVG <circle>


SVG 円形 - <circle>

<circle> 要素は、円を作成するために使用します:

Sorry, your browser does not support inline SVG.

SVG コードは次の通りです:

<svg height="100" width="100">
  <circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red" />
</svg>
Try it Yourself »

コードの説明: