<text> | Details |
---|---|
x | The x position of the text. |
y | The y position of the text. |
dx | Relative shift in x position. |
dy | Relative shift in y position. |
rotate | Specifies the angular displacement for text glyphs. |
textLength | Fits the text into the given length. |
lengthAdjust | Specifies whether just kerning or kerning & glyphs are compressed/stretched to fit text into textLength specified. Values: spacing or spacingAndGlyphs |
-- | Parameters common to all text chunking elements (text, tref, textPath, tspan) |
text-anchor | Specifies horizontal alignment. Values: start, middle, end. |
baseline-shift | Shifts text baseline based on either values provided by the font table for superscript or subscript positioning (sub, super) or by a positive or negative % or length. Values: sub, super, %, or length. |
baseline-shift is not supported by the most current versions of Firefox and Microsoft browsers as of July 2016.