VOOZH about

URL: https://www.geeksforgeeks.org/html/svg-textpathelement-startoffset-property/

⇱ SVG TextPathElement.startOffset Property - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

SVG TextPathElement.startOffset Property

Last Updated : 30 Mar, 2022

The SVG TextPathElement.startOffset property returns an SVGAnimatedLength object corresponding to the attribute of the given textpath element.

Syntax:

TextPathElement.startOffset

Return value: This property returns SVGAnimatedLength object that can be used to get the startOffset of the TextPath element.

Example 1:

Output:

Example 2: 

Output:
Comment