css.properties

fill-opacity

The fill-opacity property specifies the opacity of an SVG fill.

Formal Syntax

<'opacity'>

See specification

JavaScript Access

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

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
fill-opacity114โ‰ค15

Related Properties