<view class="elec_seal_box">
<view :class="circle_seal circle_seal_18
">
<svg viewBox="0 0 100 100">
<path d='M 0,50 a 50,50 0 1,1 0,1 z' id="circle-seal" />
<text>
<textPath xlink:href="#circle-seal">
SVG与文本:使用textPath进行字符串的显示
</textPath>
</text>
</svg>
</view>
</view>
纯vue可以绘制出来,uni小程序textPath无效
0 个回复