我试图在SVG圆内添加离子图标,但只是显示一个正方形。
<svg width="140" height="140" style="padding:0.5em">
<circle id="greycircle" fill="none" stroke-miterlimit="10" cx="49.85"
cy="48.065" r="39.024" fill="#fa4169">
</circle>
<text x=42 y=58></text>
</svg>
在文本标签内,我给出了代码,但是没有用。