css.properties

stroke-opacity

The stroke-opacity property specifies the opacity of SVG strokes.

Formal Syntax

<'opacity'>

See specification

JavaScript Access

// Access via element.style
element.style.strokeOpacity = '1';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
stroke-opacity11.54โ‰ค15

Related Properties