BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <body> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <text fill="red" transform="rotate(30 20,40)" x="0" y="15">I love SVG</text> </svg> </body> </html>
运行结果