SVG 直线

<line> 元素是用来创建一个直线:

下面是SVG代码:

实例

<svg xmlns="http://www.w3.org/2000/svg" version="1.1">

<line x1="0" y1="0" x2="200" y2="200"

style="stroke:rgb(255,0,0);stroke-width:2"/>

</svg>

SVG 直线</p> </div>  <div class=

svg

相关推荐