--- title: circle slug: Web/SVG/Element/circle translation_of: Web/SVG/Element/circle ---
<circle>
SVG 要素は SVG の基本的な図形を表すものであり、中心座標と半径を指定して円を描画します。
{{svginfo}}
この要素は SVGCircleElement インターフェイスを実装しています。
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"> <circle cx="100" cy="100" r="100"/> </svg>
{{EmbedLiveSample('Example', 200, 200)}}
仕様書 | 策定状況 | 備考 |
---|---|---|
{{SpecName("SVG2", "shapes.html#CircleElement", "<circle>")}} | {{Spec2("SVG2")}} | |
{{SpecName("SVG1.1", "shapes.html#CircleElement", "<circle>")}} | {{Spec2("SVG1.1")}} | 初期定義 |
{{Compat("svg.elements.circle")}}