stop-color

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

Das stop-color-Attribut gibt an, welche Farbe an einem Gradientenstopp verwendet werden soll.

Hinweis: In Bezug auf Gradienten behandelt SVG das Schlüsselwort transparent anders als CSS. SVG berechnet Gradienten nicht im vor-multiplizierten Raum, daher bedeutet transparent wirklich transparentes Schwarz. Daher ist das Angeben eines stop-color-Attributs mit dem Wert transparent gleichbedeutend mit dem Angeben eines stop-color-Attributs mit dem Wert black und einer stop-opacity mit dem Wert 0.

Hinweis: Als Präsentationsattribut kann stop-color als CSS-Eigenschaft verwendet werden.

Dieses Attribut kann mit den folgenden SVG-Elementen verwendet werden:

Anwendungshinweise

Wert <color>
Standardwert black
Animierbar Ja
<color>

Dieser Wert gibt einen Farbwert an.

Spezifikationen

Specification
Scalable Vector Graphics (SVG) 2
# StopColorProperty

Browser-Kompatibilität

BCD tables only load in the browser

Siehe auch