svg 标签
logo 设计
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<circle cx="50" cy="50" r="50" fill="#333" />
<text x="8" y="89" font-size="150" fill="#fff">π</text>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<circle cx="50" cy="50" r="50" fill="#333" />
<text x="8" y="89" font-size="150" fill="#fff">π</text>
</svg>