SVG/Attribute/direction
Aus SELFHTML-Wiki
Das dir-Präsentationsattribut gibt die Textrichtung an.
erlaubte Werte |
|
---|---|
default-Wert | ltr |
erlaubt in | text, textPath, tspan, |
Beispiel
tspan {
direction: ltr;
}
Empfehlung: Um eine Festlegung von direction zu ermöglichen, muss die Eigenschaft unicode-bidi gesetzt werden.
Siehe auch
Weblinks
- Spezifikation (W3C): direction