您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910
  1. <?xml version="1.0" standalone="no"?>
  2. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000802//EN"
  3. "http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd">
  4. <svg width="20" height="20" xml:space="preserve">
  5. <g id="FOP">
  6. <text x="0" y="0" style="fill:black;font-weight:bold;font-size:14"><tspan style="fill:red">F</tspan><tspan style="fill:purple">O</tspan><tspan style="fill:blue">P</tspan></text>
  7. </g>
  8. </svg>