TextPathElement
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:
Static variables
staticinlineread onlyTEXTPATH_METHODTYPE_ALIGN:Int = 1
staticinlineread onlyTEXTPATH_METHODTYPE_STRETCH:Int = 2
staticinlineread onlyTEXTPATH_METHODTYPE_UNKNOWN:Int = 0
staticinlineread onlyTEXTPATH_SPACINGTYPE_AUTO:Int = 1
staticinlineread onlyTEXTPATH_SPACINGTYPE_EXACT:Int = 2
staticinlineread onlyTEXTPATH_SPACINGTYPE_UNKNOWN:Int = 0
Variables
read onlyhref:AnimatedString
read onlymethod:AnimatedEnumeration
An SVGAnimatedEnumeration
corresponding to the method
attribute of the given element. It takes one of the TEXTPATH_METHODTYPE_*
constants defined on this interface.
read onlyspacing:AnimatedEnumeration
An SVGAnimatedEnumeration
corresponding to the spacing
attribute of the given element. It takes one of the TEXTPATH_SPACINGTYPE_*
constants defined on this interface.
read onlystartOffset:AnimatedLength
An 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