SVGLengthList: clear() method

The clear() method of the SVGLengthList interface clears all existing items from the list, with the result being an empty list.

Syntax

js
clear()

Parameters

None.

Return value

None (undefined).

Exceptions

NoModificationAllowedError DOMException

Thrown when the list is read-only.

Examples

See SVGLengthList for a complete example.

Specifications