stop-color
{{SVGRef}}
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, sotransparent
really means transparent black. So, specifying astop-color
with the valuetransparent
is equivalent to specifying astop-color
with the valueblack
and a{{SVGAttr("stop-opacity")}}
with the value0
.
[!NOTE] As a presentation attribute,
stop-color
also has a CSS property counterpart:{{cssxref("stop-color")}}
. When both are specified, the CSS property takes priority.
You can use this attribute with the following SVG elements:
{{SVGElement("stop")}}
Usage notes
Value | `{{cssxref("color_value", "<color>")}}` |
---|---|
Default value | black |
Animatable | Yes |
<color>
- : This value indicates a color value.
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}
See also
- CSS
{{cssxref("stop-color")}}
property {{SVGAttr("stop-opacity")}}