svg attribute
stop-color
The stop-color attribute indicates what color to use at a gradient stop.
[!NOTE] With respect to gradients, SVG treats the
transparentkeyword differently than CSS. SVG does not calculate gradients in pre-multiplied space, sotransparentreally means transparent black. So, specifying astop-colorwith the valuetransparentis equivalent to specifying astop-colorwith the valueblackand astop-opacitywith the value0.
[!NOTE] As a presentation attribute,
stop-coloralso has a CSS property counterpart:stop-color. When both are specified, the CSS property takes priority.
You can use this attribute with the following SVG elements:
Usage notes
| Value | [`<color>`](/firefox/mdn/css/reference/values/color_value/) |
|---|---|
| Default value | black |
| Animatable | Yes |
<color>- : This value indicates a color value.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.
See also
- CSS
stop-colorproperty stop-opacity