css.properties

flood-color

The flood-color property specifies the color of an SVG flood effect.

Formal Syntax

<color>

See specification

JavaScript Access

// Access via element.style
element.style.floodColor = 'black';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
flood-color53612
currentColor53612
transparent53612

Related Properties