css.properties

marker-end

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

Formal Syntax

none | <marker-ref>

See specification

JavaScript Access

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

Browser Support

standard | MDN ยท Spec

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

Related Properties