Haxe API Documentation
Back | Index
extern class js.html.svg.TextPositioningElement
extends TextContentElement
Available in js
The SVGTextPositioningElement interface is inherited by text-related interfaces: SVGTextElement , SVGTSpanElement , SVGTRefElement and SVGAltGlyphElement .

Documentation for this class was provided by MDN.
var dx(default,null) : AnimatedLengthList
Corresponds to attribute dx on the given element.
var dy(default,null) : AnimatedLengthList
Corresponds to attribute dy on the given element.
var rotate(default,null) : AnimatedNumberList
Corresponds to attribute rotate on the given element.
var x(default,null) : AnimatedLengthList
var y(default,null) : AnimatedLengthList
Back | Index