SVGPointList
The SVGPointList
interface represents a list of SVGPoint objects.
Properties
Functions
Link copied to clipboard
The appendItem()
method of the SVGPointList interface adds a SVGPoint to the end of the list.
Link copied to clipboard
Link copied to clipboard
The initialize()
method of the SVGPointList interface clears the list then adds a single new SVGPoint object to the list.
Link copied to clipboard
The insertItemBefore()
method of the SVGPointList interface inserts a SVGPoint before another item in the list.
Link copied to clipboard
The removeItem()
method of the SVGPointList interface removes a SVGPoint from the list.
Link copied to clipboard
The replaceItem()
method of the SVGPointList interface replaces a SVGPoint in the list.