SVG dotted line

by Lalji Tadhani

HTML

<svg width="300px" height="200px" viewBox="0 0 300 200">

    <line x1="20" x2="260" y1="100" y2="100" stroke="#5184AF" stroke-width="20"  stroke-dasharray="10, 10"/>

</svg>