stop-color

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

The stop-color attribute indicates what color to use at a gradient stop.

Note: With respect to gradients, SVG treats the transparent keyword differently than CSS. SVG does not calculate gradients in pre-multiplied space, so transparent really means transparent black. So, specifying a stop-color with the value transparent is equivalent to specifying a stop-color with the value black and a stop-opacity with the value 0.

Note: As a presentation attribute, stop-color can be used as a CSS property.

You can use this attribute with the following SVG elements:

Usage notes

Value <color>
Default value black
Animatable Yes
<color>

This value indicates a color value.

Specifications

Specification
Scalable Vector Graphics (SVG) 2
# StopColorProperty

Browser compatibility

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
stop-color

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support

See also