SVGPathElement in SVG 1.1

(no overview available)

Inherits from:

Instance Properties

name type description
pathSegList SVGPathSegList (read only) [from SVGAnimatedPathData]
normalizedPathSegList SVGPathSegList (read only) [from SVGAnimatedPathData]
animatedPathSegList SVGPathSegList (read only) [from SVGAnimatedPathData]
animatedNormalizedPathSegList SVGPathSegList (read only) [from SVGAnimatedPathData]
pathLength SVGAnimatedNumber (read only)

Instance Methods

name returns description
getTotalLength() Number
getPointAtLength() SVGPoint
getPathSegAtLength() Number
createSVGPathSegClosePath() SVGPathSegClosePath
createSVGPathSegMovetoAbs() SVGPathSegMovetoAbs
createSVGPathSegMovetoRel() SVGPathSegMovetoRel
createSVGPathSegLinetoAbs() SVGPathSegLinetoAbs
createSVGPathSegLinetoRel() SVGPathSegLinetoRel
createSVGPathSegCurvetoCubicAbs() SVGPathSegCurvetoCubicAbs
createSVGPathSegCurvetoCubicRel() SVGPathSegCurvetoCubicRel
createSVGPathSegCurvetoQuadraticAbs() SVGPathSegCurvetoQuadraticAbs
createSVGPathSegCurvetoQuadraticRel() SVGPathSegCurvetoQuadraticRel
createSVGPathSegArcAbs() SVGPathSegArcAbs
createSVGPathSegArcRel() SVGPathSegArcRel
createSVGPathSegLinetoHorizontalAbs() SVGPathSegLinetoHorizontalAbs
createSVGPathSegLinetoHorizontalRel() SVGPathSegLinetoHorizontalRel
createSVGPathSegLinetoVerticalAbs() SVGPathSegLinetoVerticalAbs
createSVGPathSegLinetoVerticalRel() SVGPathSegLinetoVerticalRel
createSVGPathSegCurvetoCubicSmoothAbs() SVGPathSegCurvetoCubicSmoothAbs
createSVGPathSegCurvetoCubicSmoothRel() SVGPathSegCurvetoCubicSmoothRel
createSVGPathSegCurvetoQuadraticSmoothAbs() SVGPathSegCurvetoQuadraticSmoothAbs
createSVGPathSegCurvetoQuadraticSmoothRel() SVGPathSegCurvetoQuadraticSmoothRel