SVGPathSegList in SVG 1.1
(no overview available)
Instance Properties
| name | type | description |
|---|---|---|
| numberOfItems | Number | (read only) |
Instance Methods
| name | returns | description |
|---|---|---|
| clear() | (none) | |
| initialize() | SVGPathSeg | |
| getItem() | SVGPathSeg | |
| insertItemBefore() | SVGPathSeg | |
| replaceItem() | SVGPathSeg | |
| removeItem() | SVGPathSeg | |
| appendItem() | SVGPathSeg |
Properties that are an SVGPathSegList
| name | object | description |
|---|---|---|
| pathSegList | SVGAnimatedPathData | (read only) |
| normalizedPathSegList | SVGAnimatedPathData | (read only) |
| animatedPathSegList | SVGAnimatedPathData | (read only) |
| animatedNormalizedPathSegList | SVGAnimatedPathData | (read only) |