LengthAdjust
LengthAdjust is an attribute used in Scalable Vector Graphics (SVG) to control how text is stretched or condensed to fit a specified length. It applies to text content within elements such as text and textPath and is meaningful when a textLength attribute is present on the same element.
The attribute accepts two values: spacing and spacingAndGlyphs. spacing adjusts only the spacing between glyphs (characters)
LengthAdjust works in conjunction with the textLength attribute. If textLength is specified, a rendering engine may
Practical use often involves fitting text to a fixed width within an SVG layout, such as labels