<svg xmlns="http://www.w3.org/200/svg" height="400" width="400">
<circle //标签画圆专用
class="demo2"
id="J_progress_bar"
cx="175" // 圆坐标 横坐标(都是基于svg)
cy="175" // 圆坐标 纵坐标
r="150" //圆半径
fill="none" // !重要 决定是圆圈还是圆
stroke="red" //颜色
stroke-width="15" //圆圈宽度
/>
</svg>
</div>
怎么用svg画一个圆圈(一)
最新推荐文章于 2025-05-17 14:14:13 发布