SVGPointList
The SVGPointList
interface represents a list of DOMPoint objects.
Properties
Functions
Link copied to clipboard
The appendItem()
method of the SVGPointList interface adds a DOMPoint 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 DOMPoint object to the list.
Link copied to clipboard
The insertItemBefore()
method of the SVGPointList interface inserts a DOMPoint before another item in the list.
Link copied to clipboard
The removeItem()
method of the SVGPointList interface removes a DOMPoint from the list.
Link copied to clipboard
The replaceItem()
method of the SVGPointList interface replaces a DOMPoint in the list.