使用stroke-dasharray="3 2" 属性,其中3和2分别表示画的长度和间隙的长度 比如
<line x1="0" y1="5" x2="100" y2="5" stroke-dasharray="2 2" stroke="red"/>本文共 168 字,大约阅读时间需要 1 分钟。
使用stroke-dasharray="3 2" 属性,其中3和2分别表示画的长度和间隙的长度 比如
<line x1="0" y1="5" x2="100" y2="5" stroke-dasharray="2 2" stroke="red"/>转载于:https://my.oschina.net/wzzz/blog/206181