circle
<circle>
SVG 元素是一个 SVG 的基本形状,用来创建圆,基于一个圆心和一个半径。
用法
示例
<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