haXe API Documentation
Back | Index
extern class js.html.svg.TextPathElement
extends TextContentElement
Available in js
In addition to text drawn in a straight line, SVG also includes the ability to place text along the shape of a <path> element. To specify that a block of text is to be rendered along the shape of a <path> , include the given text within a textPath element which includes an xlink:href attribute with a reference to a <path> element.

Documentation for this class was provided by MDN.
var method(default,null) : AnimatedEnumeration
var spacing(default,null) : AnimatedEnumeration
var startOffset(default,null) : AnimatedLength
static inline var TEXTPATH_METHODTYPE_ALIGN : Int
static inline var TEXTPATH_METHODTYPE_STRETCH : Int
static inline var TEXTPATH_METHODTYPE_UNKNOWN : Int
static inline var TEXTPATH_SPACINGTYPE_AUTO : Int
static inline var TEXTPATH_SPACINGTYPE_EXACT : Int
static inline var TEXTPATH_SPACINGTYPE_UNKNOWN : Int
Back | Index