SVGPathSegList in SVG 1.1

(no overview available)

Instance Properties

name type description
numberOfItems Number (read only)

Instance Methods

name returns description
appendItem(newItem) SVGPathSeg
clear() (none)
getItem(index) SVGPathSeg
initialize(newItem) SVGPathSeg
insertItemBefore(newItem,index) SVGPathSeg
removeItem(index) SVGPathSeg
replaceItem(newItem,index) SVGPathSeg

Properties that are an SVGPathSegList

name object description
animatedNormalizedPathSegList SVGAnimatedPathData (read only)
animatedPathSegList SVGAnimatedPathData (read only)
normalizedPathSegList SVGAnimatedPathData (read only)
pathSegList SVGAnimatedPathData (read only)