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
Specifications
No specification found
No specification data found for svg.elements.stop.stop-color
.
Check for problems with this page or contribute a missing spec_url
to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.
Browser compatibility
BCD tables only load in the browser
See also
- CSS
stop-color
property stop-opacity