SVG/Attribut/word-spacing
Aus SELFHTML-Wiki
Das word-spacing-Präsentationsattribut bestimmt wie bei der gleichnamigen CSS-Eigenschaft den Abstand zwischen den Wörtern im Text.
- Erlaubte Werte
- normal
- Längenangabe
- Standardwert
normal
- anwendbar auf
- Präsentationsattribut
ja
- mit CSS animierbar
ja
Beispiel
<text x="100" y="100" word-spacing="-5px">
Beispieltext mit geringem Wortabstand
</text>
<text x="100" y="200">
Beispieltext mit normalem Wortabstand
</text>
<text x="100" y="300" word-spacing="1em">
Beispieltext mit großem Wortabstand
</text>
Siehe auch
Weblinks
- Spezifikation (W3C): WordSpacingProperty