The stroke-dasharray CSS property defines a pattern of dashes and gaps used in the painting of the SVG shape's stroke. If present, it overrides the element's stroke-dasharray attribute....Numeric, length, and percentage values */ stroke-dasharray: 2px, 5px;...2, 5, 3, 2, 5, 3; /* Global values */ stroke-dasharray: inherit;...