marker-start property
Sets or retrieves a value that defines the arrowhead or polymarker that is drawn at the first vertex of a given path element or basic shape.
![]() ![]() |
Syntax
marker-start: none |
<funciri>
| inherit
Property values
none-
Default. Indicates that no marker symbol is drawn at the given vertex (vertices).
- funciri
-
A Functional Internationalized Resource Identifier (IRI) reference to the marker element that is used as the arrowhead symbol or polymarker at the given vertex or vertices. If the IRI reference is not valid (for example, it points to an object that is undefined or the object is not a marker element), the marker(s) are not drawn.
inherit-
Indicates that the property takes the same computed value as the property for the element's parent.
CSS information
| Applies To | ‘path’, ‘line’, ‘polyline’ and ‘polygon’ elements |
|---|---|
| Media | visual |
| Inherited | 1 |
| Initial Value | none |
Standards information
Remarks
As of Microsoft Edge, this presentation attribute is animatable with CSS Animations and CSS Transitions.
See also
- CSSStyleDeclaration
- currentStyle
- style
- SVGLineElement
- SVGPathElement
- SVGPolygonElement
- SVGPolylineElement
- Reference
- marker
- markerMid
- markerEnd

