SVG中的line元素


本文作者: jsweibo

本文链接: https://jsweibo.github.io/2019/12/16/SVG%E4%B8%AD%E7%9A%84line%E5%85%83%E7%B4%A0/

摘要

本文主要讲述了:

  1. 作用
  2. attribute

正文

作用

绘制线段

示例:

1
2
3
<svg width="300" height="150" xmlns="http://www.w3.org/2000/svg">
<line x1="0" y1="0" x2="300" y2="150" style="stroke:#000"/>
</svg>

attribute

x1

起点的 x 坐标

y1

起点的 y 坐标

x2

终点的 x 坐标

y2

终点的 y 坐标

参考资料

本文作者: jsweibo

本文链接: https://jsweibo.github.io/2019/12/16/SVG%E4%B8%AD%E7%9A%84line%E5%85%83%E7%B4%A0/


本文对你有帮助?请支持我


支付宝
微信