css.properties

text-anchor

The text-anchor property specifies the anchor point for SVG text.

Formal Syntax

start | middle | end

See specification

JavaScript Access

// Access via element.style
element.style.textAnchor = 'start';

Browser Support

standard | MDN · Spec

FeatureChromeFirefoxSafariEdge
text-anchor134≤14
end134≤14
middle134≤14
start134≤14

Related Properties