1、之前 用<path/>画的 线段等 都是连续的,想知道 是否能画 不连续的线段等
结论:可以
2、测试代码:
<style type="text/css"> <![CDATA[ <!-- path { stroke:black; stroke-width:20px; fill:none;" } --> ]]> </style> <path d="M200 200 L300 300 M400 400 L500 500" />
3、
4、
5、
标签:back div pos ext css ack stroke str bsp
1、之前 用<path/>画的 线段等 都是连续的,想知道 是否能画 不连续的线段等
结论:可以
2、测试代码:
<style type="text/css"> <![CDATA[ <!-- path { stroke:black; stroke-width:20px; fill:none;" } --> ]]> </style> <path d="M200 200 L300 300 M400 400 L500 500" />
3、
4、
5、
标签:back div pos ext css ack stroke str bsp
原文地址:https://www.cnblogs.com/h5skill/p/8399106.html