SVGPathSeg in SVG 1.1
(no overview available)
Inerhited by:
- SVGPathSegArcAbs
- SVGPathSegArcRel
- SVGPathSegClosePath
- SVGPathSegCurvetoCubicAbs
- SVGPathSegCurvetoCubicRel
- SVGPathSegCurvetoCubicSmoothAbs
- SVGPathSegCurvetoCubicSmoothRel
- SVGPathSegCurvetoQuadraticAbs
- SVGPathSegCurvetoQuadraticRel
- SVGPathSegCurvetoQuadraticSmoothAbs
- SVGPathSegCurvetoQuadraticSmoothRel
- SVGPathSegLinetoAbs
- SVGPathSegLinetoHorizontalAbs
- SVGPathSegLinetoHorizontalRel
- SVGPathSegLinetoRel
- SVGPathSegLinetoVerticalAbs
- SVGPathSegLinetoVerticalRel
- SVGPathSegMovetoAbs
- SVGPathSegMovetoRel
Instance Properties
name | type | description |
---|---|---|
pathSegType | Number | (read only) |
pathSegTypeAsLetter | String | (read only) |
Constants
name | object | value | description |
---|---|---|---|
PATHSEG_UNKNOWN | SVGPathSeg | 0 | |
PATHSEG_CLOSEPATH | SVGPathSeg | 1 | |
PATHSEG_MOVETO_ABS | SVGPathSeg | 2 | |
PATHSEG_MOVETO_REL | SVGPathSeg | 3 | |
PATHSEG_LINETO_ABS | SVGPathSeg | 4 | |
PATHSEG_LINETO_REL | SVGPathSeg | 5 | |
PATHSEG_CURVETO_CUBIC_ABS | SVGPathSeg | 6 | |
PATHSEG_CURVETO_CUBIC_REL | SVGPathSeg | 7 | |
PATHSEG_CURVETO_QUADRATIC_ABS | SVGPathSeg | 8 | |
PATHSEG_CURVETO_QUADRATIC_REL | SVGPathSeg | 9 | |
PATHSEG_ARC_ABS | SVGPathSeg | 10 | |
PATHSEG_ARC_REL | SVGPathSeg | 11 | |
PATHSEG_LINETO_HORIZONTAL_ABS | SVGPathSeg | 12 | |
PATHSEG_LINETO_HORIZONTAL_REL | SVGPathSeg | 13 | |
PATHSEG_LINETO_VERTICAL_ABS | SVGPathSeg | 14 | |
PATHSEG_LINETO_VERTICAL_REL | SVGPathSeg | 15 | |
PATHSEG_CURVETO_CUBIC_SMOOTH_ABS | SVGPathSeg | 16 | |
PATHSEG_CURVETO_CUBIC_SMOOTH_REL | SVGPathSeg | 17 | |
PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS | SVGPathSeg | 18 | |
PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL | SVGPathSeg | 19 |
Methods that return an SVGPathSeg
Arguments that are an SVGPathSeg
name | in method | of object | description |
---|---|---|---|
newItem | initialize(newItem) | SVGPathSegList | |
newItem | insertItemBefore(newItem,index) | SVGPathSegList | |
newItem | replaceItem(newItem,index) | SVGPathSegList | |
newItem | appendItem(newItem) | SVGPathSegList |