SVG/Attribut/text-anchor

Aus SELFHTML-Wiki
< SVG‎ | Attribut
Wechseln zu: Navigation, Suche

Mit dem text-anchor-Präsentationsattribut können Sie Text links-, rechtsbündig und mittig ausrichten.

Erlaubte Werte
  • start Text liegt rechts des Ankerpunkts x
  • middle: Ankerpunkt liegt in der Mitte des Textes
  • end: Text liegt links des Ankerpunktes X
  • inherit
Standardwert

start

anwendbar auf
Präsentationsattribut

ja

mit CSS animierbar

ja

Beispiel
<text text-anchor="start" x="60" y="40">A</text>

<text text-anchor="middle" x="60" y="75">A</text>

<text text-anchor="end" x="60" y="110">A</text>


Siehe auch

Weblinks

Spezifikation (W3C): TextAnchor