class js.html.svg.PathElement extends Element

Available on js

The SVGPathElement interface corresponds to the <path> element.

Documentation for this class was provided by MDN.

Instance Fields

var pathLength:AnimatedNumber

Corresponds to attribute pathLength on the given <path> element.

function createSVGPathSegArcAbs(x:Float, y:Float, r1:Float, r2:Float, angle:Float, largeArcFlag:Bool, sweepFlag:Bool):PathSegArcAbs

function createSVGPathSegArcRel(x:Float, y:Float, r1:Float, r2:Float, angle:Float, largeArcFlag:Bool, sweepFlag:Bool):PathSegArcRel

function getPathSegAtLength(distance:Float):Int

function getPointAtLength(distance:Float):Point