web api interface
SVGTextPositioningElement
The SVGTextPositioningElement interface is implemented by elements that support attributes that position individual text glyphs. It is inherited by SVGTextElement and SVGTSpanElement.
Instance properties
This interface also inherits properties from its parent, SVGTextContentElement.
xRead only- : Returns an
SVGAnimatedLengthListreflecting thexattribute of the given element.
- : Returns an
yRead only- : Returns an
SVGAnimatedLengthListreflecting theyattribute of the given element.
- : Returns an
dxRead only- : Returns an
SVGAnimatedLengthListreflecting thedxattribute of the given element.
- : Returns an
dyRead only- : Returns an
SVGAnimatedLengthListreflecting thedyattribute of the given element.
- : Returns an
rotateRead only- : Returns an
SVGAnimatedNumberListreflecting therotateattribute of the given element.
- : Returns an
Instance methods
This interface doesn’t provide any specific methods, but inherits methods from its parent, SVGTextContentElement.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.