css.properties

lighting-color

The lighting-color property specifies the color of SVG lighting.

Formal Syntax

<color>

See specification

JavaScript Access

// Access via element.style
element.style.lightingColor = 'white';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
lighting-color53612
currentColor53612
transparent53612

Related Properties