BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <body> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <defs> <path d="M75,20 a1,1 0 0,0 100,0" id="path1" /> </defs> <text style="fill:red;" x="10" y="100"> <textPath xlink:href="#path1">I love SVG I love SVG</textPath> </text> </svg> </body> </html>
运行结果