<circle>元素的作用是绘制圆形:
Sorry, your browser does not support inline SVG.
上面的SVG图片使用了下面的SVG代码:
<svg height="100" width="100"> <circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red" /> </svg>
代码说明:
cx
cy
(0,0)
r