W3cubDocs

/SVG

stop-color

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 currentcolor | <color> <icccolor>
Default value black
Animatable Yes
currentcolor

This keyword denotes the current fill color and can be specified in the same manner as within a <paint> specification for the fill and stroke attributes.

<color>

This value indicates a color value.

<icccolor>

This value refers to an ICC color profile.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
stop-color No No No No No No No No No No No No

See also

© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stop-color