css.properties

offset-path

The offset-path property specifies the path for an element to follow.

Formal Syntax

offset-path = none | <offset-path> || <coord-box> <offset-path> = <ray()> | <url> | <basic-shape> <coord-box> = <paint-box> | view-box

See specification

JavaScript Access

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

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
offset-path557215.479
basic_shape11612218116
border-box11612218116
content-box11612218116
fill-box11612218116
margin-boxโ€”โ€”18โ€”
none80721880
padding-box11612218116
path64721679
ray11612216116
stroke-box11612218116
url11612217116
view-box11612218116

Related Properties