svgdotjs / svg.js

The lightweight library for manipulating and animating SVG
https://svgjs.dev
Other
11.04k stars 1.08k forks source link

How do I draw a dotted line #1151

Closed jzyzxx closed 3 years ago

jzyzxx commented 3 years ago

How do I draw a dotted line?I would like to provide the api to draw dotted lines

saivan commented 3 years ago

You'd use stroke-dasharray for this https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stroke-dasharray This would be something you'd include in an extension. It wouldn't make sense to include it in the main library