SVG/Attribut/color
Aus SELFHTML-Wiki
Das color-Präsentationsattribut liefert einen indirekten Wert (currentColor), der dann in fill, stroke, stop-color, flood-color and lighting-color verwendet werden kann.
- Erlaubte Werte
- eine Farbangabe
- currentColor
- transparent
- inherit
- Standardwert
je nach User-Agent
- anwendbar auf
- Präsentationsattribut
ja
- mit CSS animierbar
ja
Beispiel
<g color="green">
<rect width="50" height="50" fill="currentcolor" />
<circle
r="25"
cx="70"
cy="70"
stroke="currentcolor"
fill="none"
stroke-width="5" />
</g>
Siehe auch
- SVG/Farben/Markierungen
- CSS/Eigenschaften/color (Hier übernimmt es die Funktion, die Farbe der Textfüllung von HTML-Elementen festzulegen!)
Weblinks
- W3C: ColorProperty
- MDN: SVG/Attribute/color
Liste der SVG-Attribute
- Kernattribute
- Präsentationsattribute
- Anzeige
- Beschneidung und Masken
- Farben und Verläufe
- color
- color-interpolation
- fill
- fill-opacity
- fill-rule
- image-rendering
- marker
- marker-end
- marker-mid
- marker-start
- paint-order
- shape-rendering
- stop-color
- stop-opacity
- stroke
- stroke-align
- stroke-dasharray
- stroke-dashadjust
- stroke-dashcorner
- stroke-dashoffset
- stroke-linecap
- stroke-linejoin
- stroke-miterlimit
- stroke-opacity
- stroke-width
- vector-effect
- Filter
- Größen und Geometrie
- Schrift
- Text
- Animations-Attribute
- Filter-Attribute
- Layout-Attribute
- viewBox-Attribute
- XLink-Attribute
- weitere XML-Attribute