css.properties

marker-start

The marker-start property specifies the marker to use at the start of SVG paths.

Formal Syntax

none | <marker-ref>

See specification

JavaScript Access

// Access via element.style
element.style.markerStart = 'none';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
marker-start134โ‰ค15
none134โ‰ค15

Related Properties