源代码:
下载代码
AI 编程工具
点击运行
<!DOCTYPE html> <html> <body> <svg version="1.1" baseProfile="full" width="300" height="200" xmlns="https://www.w3.org/2000/svg"> <rect width="100%" height="100%" stroke="red" stroke-width="4" fill="yellow" /> <circle cx="150" cy="100" r="80" fill="green" /> <text x="150" y="115" font-size="16" text-anchor="middle" fill="white">RUNOOB SVG TEST</text> </svg> </body> </html>
运行结果: