SVGLengthList
The SVGLengthList
interface defines a list of SVGLength objects.
Properties
Functions
Link copied to clipboard
The appendItem()
method of the SVGLengthList interface inserts a new item at the end of the list.
Link copied to clipboard
Link copied to clipboard
The initialize()
method of the SVGLengthList interface clears all existing items from the list and re-initializes the list to hold the single item specified by the parameter.
Link copied to clipboard
The insertItemBefore()
method of the SVGLengthList interface inserts a new item into the list at the specified position.
Link copied to clipboard
The removeItem()
method of the SVGLengthList interface removes an existing item at the given index from the list.
Link copied to clipboard
The replaceItem()
method of the SVGLengthList interface replaces an existing item in the list with a new item.