欢迎访问服务器技术网-www.fuwuqijishu.com

SVG <polyline>

SVG fuwuqijishu 2年前 (2022-07-16) 403次浏览 0个评论 扫描二维码
文章目录[隐藏]

SVG <polyline>


SVG 多段线 – <polyline>

实例 1

<polyline> 元素是用于创建任何只有直线的形状:

Sorry, your browser does not support inline SVG.

下面是SVG代码:

实例

<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<polyline points="20,20 40,25 60,40 80,120 120,140 200,180"
style="fill:none;stroke:black;stroke-width:3" />
</svg>

F对于Opera用户:查看SVG文件(右键单击SVG图形预览源)。


实例 2

只有直线的另一个例子:

Sorry, your browser does not support inline SVG.

下面是SVG代码:

实例

<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<polyline points="0,40 40,40 40,80 80,80 80,120 120,120 120,160" style="fill:white;stroke:red;stroke-width:4" />
</svg>

F对于Opera用户:查看SVG文件(右键单击SVG图形预览源)。

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2118.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900