Baseline Widely available
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
also 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>
Default value black
Animatable Yes
<color>
This value indicates a color value.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4