我要做的是在SVG标签悬停时完成一个半笔画的圆。
<div class="wrapper">
<div class="center">
<svg class="center" xmlns="http://www.w3.org/2000/svg">
<g id="shap">
<circle class="path-1" cx="65" cy="70" r=63 fill="none" stroke-width="3" stroke="#fff" />
</g>
</svg>
</div>
</div>