The <circle> element is used to create a circle:
Here is the SVG code:
<svg height="100" width="100">
<circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red" />
</svg>
Try it Yourself »
Code explanation:
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!