SVGPathElement

Module:
svg
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

createSVGPathSegArcAbs
createSVGPathSegArcRel
createSVGPathSegClosePath
createSVGPathSegCurvetoCubicAbs
createSVGPathSegCurvetoCubicRel
createSVGPathSegCurvetoCubicSmoothAbs
createSVGPathSegCurvetoCubicSmoothRel
createSVGPathSegCurvetoQuadraticAbs
createSVGPathSegCurvetoQuadraticRel
createSVGPathSegCurvetoQuadraticSmoothAbs
createSVGPathSegCurvetoQuadraticSmoothRel
createSVGPathSegLinetoAbs
createSVGPathSegLinetoHorizontalAbs
createSVGPathSegLinetoHorizontalRel
createSVGPathSegLinetoRel
createSVGPathSegLinetoVerticalAbs
createSVGPathSegLinetoVerticalRel
createSVGPathSegMovetoAbs
createSVGPathSegMovetoRel
getPathSegAtLength
getPointAtLength
getTotalLength

createSVGPathSegArcAbs


SVGPathSegArcAbs createSVGPathSegArcAbs(
    in float x, 
    in float y, 
    in float r1, 
    in float r2, 
    in float angle, 
    in boolean largeArcFlag, 
    in boolean sweepFlag); 


createSVGPathSegArcRel


SVGPathSegArcRel createSVGPathSegArcRel(
    in float x, 
    in float y, 
    in float r1, 
    in float r2, 
    in float angle, 
    in boolean largeArcFlag, 
    in boolean sweepFlag); 


createSVGPathSegClosePath


SVGPathSegClosePath createSVGPathSegClosePath(); 


createSVGPathSegCurvetoCubicAbs


SVGPathSegCurvetoCubicAbs createSVGPathSegCurvetoCubicAbs(
    in float x, 
    in float y, 
    in float x1, 
    in float y1, 
    in float x2, 
    in float y2); 


createSVGPathSegCurvetoCubicRel


SVGPathSegCurvetoCubicRel createSVGPathSegCurvetoCubicRel(
    in float x, 
    in float y, 
    in float x1, 
    in float y1, 
    in float x2, 
    in float y2); 


createSVGPathSegCurvetoCubicSmoothAbs


SVGPathSegCurvetoCubicSmoothAbs createSVGPathSegCurvetoCubicSmoothAbs(
    in float x, 
    in float y, 
    in float x2, 
    in float y2); 


createSVGPathSegCurvetoCubicSmoothRel


SVGPathSegCurvetoCubicSmoothRel createSVGPathSegCurvetoCubicSmoothRel(
    in float x, 
    in float y, 
    in float x2, 
    in float y2); 


createSVGPathSegCurvetoQuadraticAbs


SVGPathSegCurvetoQuadraticAbs createSVGPathSegCurvetoQuadraticAbs(
    in float x, 
    in float y, 
    in float x1, 
    in float y1); 


createSVGPathSegCurvetoQuadraticRel


SVGPathSegCurvetoQuadraticRel createSVGPathSegCurvetoQuadraticRel(
    in float x, 
    in float y, 
    in float x1, 
    in float y1); 


createSVGPathSegCurvetoQuadraticSmoothAbs


SVGPathSegCurvetoQuadraticSmoothAbs createSVGPathSegCurvetoQuadraticSmoothAbs(
    in float x, 
    in float y); 


createSVGPathSegCurvetoQuadraticSmoothRel


SVGPathSegCurvetoQuadraticSmoothRel createSVGPathSegCurvetoQuadraticSmoothRel(
    in float x, 
    in float y); 


createSVGPathSegLinetoAbs


SVGPathSegLinetoAbs createSVGPathSegLinetoAbs(
    in float x, 
    in float y); 


createSVGPathSegLinetoHorizontalAbs


SVGPathSegLinetoHorizontalAbs createSVGPathSegLinetoHorizontalAbs(
    in float x); 


createSVGPathSegLinetoHorizontalRel


SVGPathSegLinetoHorizontalRel createSVGPathSegLinetoHorizontalRel(
    in float x); 


createSVGPathSegLinetoRel


SVGPathSegLinetoRel createSVGPathSegLinetoRel(
    in float x, 
    in float y); 


createSVGPathSegLinetoVerticalAbs


SVGPathSegLinetoVerticalAbs createSVGPathSegLinetoVerticalAbs(
    in float y); 


createSVGPathSegLinetoVerticalRel


SVGPathSegLinetoVerticalRel createSVGPathSegLinetoVerticalRel(
    in float y); 


createSVGPathSegMovetoAbs


SVGPathSegMovetoAbs createSVGPathSegMovetoAbs(
    in float x, 
    in float y); 


createSVGPathSegMovetoRel


SVGPathSegMovetoRel createSVGPathSegMovetoRel(
    in float x, 
    in float y); 


getPathSegAtLength


unsigned long getPathSegAtLength(
    in float distance); 


getPointAtLength


SVGPoint getPointAtLength(
    in float distance); 


getTotalLength


float getTotalLength(); 

Member Data

pathLength

pathLength


readonly attribute SVGAnimatedNumber pathLength; 

 

Last Updated: 2009-05-29