circle
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.
<circle>
SVG 元素是一个 SVG 的基本形状,用来创建圆,基于一个圆心和一个半径。
使用上下文
示例
html
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<circle cx="50" cy="50" r="50" />
</svg>
属性
全局属性
专有属性
DOM 接口
该元素实现了 SVGCircleElement
接口。
浏览器兼容性
BCD tables only load in the browser