运行 ❯
获取您
的
网站
×
更改方向
保存代码
更改主题,深色/浅色
前往 Spaces
<!DOCTYPE html> <html> <body> <h1>My second SVG</h1> <svg width="150" height="100" xmlns="http://www.w3.org/2000/svg"> <rect width="100%" height="100%" fill="green" /> <circle cx="75" cy="50" r="40" fill="yellow" /> <text x="75" y="60" font-size="30" text-anchor="middle" fill="red">SVG</text> Sorry, your browser does not support inline SVG. </svg> </body> </html>