108
SVG Stroke
SVG supports multiple stroke properties. These are as follow:
stroke
It is used to define the color of text, line or outline of any element.
Example
stroke-width
It is used to define the thickness of text, line or outline of any element.
Example
stroke-linecap
It is used to define the different types of ending of a line or outline of any path.
Example
stroke-dasharray
It is used to create dashed lines.
Example
Next TopicSVG g Element