SVG/Attribut/dominant-baseline
Aus SELFHTML-Wiki
Das dominant-baseline-Attribut legt die Grundlinie eines Texts oder tspan-Elements fest.
- Erlaubte Werte
auto , text-bottom , alphabetic , ideographic ,middle , central , mathematical , hanging , text-top
- Standardwert
auto
- anwendbar auf
- Präsentationsattribut
ja
- mit CSS animierbar
ja
Beispiel
tspan {
dominant-baseline: alphabetic;
}
Beachten Sie: Die Werte 'reset-size', 'use-script' und 'no-change' werden nicht länger unterstützt.
Siehe auch
Weblinks
- Spezifikation (W3C): dominantBaseline
- MDN: dominant-baseline