The SVGLengthList
defines a list of SVGLength
objects.
An SVGLengthList
object can be designated as read only, which means that attempts to modify the object will result in an exception being thrown.
An SVGLengthList
is indexable and can be accessed like an array.