The removeItem() method of the SVGLengthList interface removes an existing item at the given index from the list.
removeItem(index)indexA non-negative integer that specifies the index of the item to delete.
The SVGLength that was removed from the list.
NoModificationAllowedError DOMExceptionThrown when the list is read-only.
IndexSizeError DOMExceptionThrown when the index is out of bounds for the list.
See SVGLengthList for a complete example.