marker property
Sets or retrieves a value that specifies the marker symbol that is used for all vertices on the given path element or basic shape.
![]() ![]() |
Syntax
marker: none |
<funciri>
| inherit
Property values
none-
Default. Indicates that no marker symbol is drawn at any vertex.
- funciri
-
A Functional Internationalized Resource Identifier (IRI) reference to the marker element that is used as the arrowhead symbol or polymarker at all 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 markers 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 none none |
Standards information
Remarks
As of Microsoft Edge, this presentation attribute is animatable with CSS Animations and CSS Transitions.
The marker property is a composite property for the three individual marker properties.
See also
- CSSStyleDeclaration
- currentStyle
- style
- SVGLineElement
- SVGPathElement
- SVGPolygonElement
- SVGPolylineElement
- Reference
- markerStart
- markerMid
- markerEnd

