SVGSVGElement: createSVGLength() method

The createSVGLength() method of the SVGSVGElement interface creates an SVGLength object outside of any document trees.

Syntax

js
createSVGLength()

Parameters

None.

Return value

An SVGLength object, initialized to a value of 0 (unitless).

Specifications

See also