class js.html.svg.TextPositioningElement extends TextContentElement

Available on js

The SVGTextPositioningElement interface is inherited by text-related interfaces: SVGTextElement , SVGTSpanElement , SVGTRefElement and SVGAltGlyphElement .

Documentation for this class was provided by MDN.

Instance Fields

var dx:AnimatedLengthList

Corresponds to attribute dx on the given element.

var dy:AnimatedLengthList

Corresponds to attribute dy on the given element.

var rotate:AnimatedNumberList

Corresponds to attribute rotate on the given element.