SVG/Attribut/fill-rule
Aus SELFHTML-Wiki
Mit dem fill-rule-Präsentationsattribut können Sie Füllmethoden festlegen, falls sich einzelne Linien überschneiden.
- Erlaubte Werte
nonzero
Der Hintergrund wird vollständig gefüllt.evenodd
Der "äußere" Hintergrund wird gefüllt, die "inneren" Felder bleiben transparent
- Standardwert
nonzero
- anwendbar auf
Formen und Text-Elemente
- Präsentationsattribut
ja
- mit CSS animierbar
ja, siehe Einzelwerte
Beispiel
<path fill-rule="evenodd" ... />
Der "äußere" Hintergrund wird gefüllt, die "inneren" Felder bleiben transparent.
Siehe auch
Weblinks
Spezifikation (W3C): FillRule Property
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