css.properties

marker-mid

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

Formal Syntax

marker-mid = none | <marker-ref> <marker-ref> = <url>

See specification

JavaScript Access

// Access via element.style element.style.markerMid = "none";

Browser Support

standard | MDN ยท Spec

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

Related Properties