package js.html.svg
extends TextContentElement › GraphicsElement › Element › DOMElement › Node › EventTarget
extended by TSpanElement, TextElement
Available on js
The SVGTextPositioningElement
interface is implemented by elements that support attributes that position individual text glyphs. It is inherited by SVGTextElement
, SVGTSpanElement
, SVGTRefElement
and SVGAltGlyphElement
.
Documentation SVGTextPositioningElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
read onlydx:AnimatedLengthList
Returns an SVGAnimatedLengthList
reflecting the dx
attribute of the given element.
read onlydy:AnimatedLengthList
Returns an SVGAnimatedLengthList
reflecting the dy
attribute of the given element.
read onlyrotate:AnimatedNumberList
Returns an SVGAnimatedNumberList
reflecting the rotate
attribute of the given element.
read onlyx:AnimatedLengthList
Returns an SVGAnimatedLengthList
reflecting the x
attribute of the given element.
read onlyy:AnimatedLengthList
Returns an SVGAnimatedLengthList
reflecting the y
attribute of the given element.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/TextPositioningElement.html