接口概览
| 又作用于 |
SVGElement、
SVGTests、
SVGLangSpace、SVGExternalResourcesRequired、SVGStylable、
SVGTransformable
|
|---|---|
| 方法 | 无 |
| 属性 |
|
| 规范文档 | SVG 1.1 (2nd Edition) |
属性
| 名称 | 类型 | 描述 |
|---|---|---|
cx |
SVGAnimatedLength |
对应于给定<circle>元素的cx属性 |
cy |
SVGAnimatedLength |
对应于给定<circle>元素的cy属性 |
r |
SVGAnimatedLength |
对应于给定<circle>元素的r属性 |
方法
该SVGCircleElement接口没有提供任何专有方法。
规范
| 规范 |
|---|
| Scalable Vector Graphics (SVG) 2> # InterfaceSVGCircleElement> |
浏览器兼容性
参见
<circle>SVG Element