package js.html.svg
extends TextContentElement › GraphicsElement › Element › DOMElement › Node › EventTarget
Available on js
The SVGTextPathElement interface corresponds to the textPath element.
Documentation SVGTextPathElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
staticinlineread onlyTEXTPATH_METHODTYPE_ALIGN:Int = 1staticinlineread onlyTEXTPATH_METHODTYPE_STRETCH:Int = 2staticinlineread onlyTEXTPATH_METHODTYPE_UNKNOWN:Int = 0staticinlineread onlyTEXTPATH_SPACINGTYPE_AUTO:Int = 1staticinlineread onlyTEXTPATH_SPACINGTYPE_EXACT:Int = 2staticinlineread onlyTEXTPATH_SPACINGTYPE_UNKNOWN:Int = 0read onlyhref:AnimatedStringread onlymethod:AnimatedEnumerationAn SVGAnimatedEnumeration corresponding to the method attribute of the given element. It takes one of the TEXTPATH_METHODTYPE_* constants defined on this interface.
read onlyspacing:AnimatedEnumerationAn SVGAnimatedEnumeration corresponding to the spacing attribute of the given element. It takes one of the TEXTPATH_SPACINGTYPE_* constants defined on this interface.
read onlystartOffset:AnimatedLengthAn SVGAnimatedLength corresponding to the X component of the startOffset attribute of the given element.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/TextPathElement.html