搜索文档
首页
HTML/CSS
JavaScript
服务端开发
Java教程
移动端
数据库
当前位置:
首页
HTML/CSS
SVG 教程
SVG 教程
源代码
清空
点击运行
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <line x1="0" y1="10" x2="0" y2="100" style="stroke:#006600;"></line> <line x1="10" y1="10" x2="100" y2="100" style="stroke:#006600;"></line> <line x1="20" y1="10" x2="100" y2="50" style="stroke:#006600;"></line> <line x1="30" y1="10" x2="110" y2="10" style="stroke:#006600;"></line> </svg>
运行结果