CSS marker-start

The marker-start property draws an SVG marker at the start of a line, path, polyline or polygon. It is not a property for normal HTML list items.

Syntax

marker-start: none;
marker-start: url(#dot);

Example

line { marker-start: url(#dot); }
Result:

Related CSS topics