createSVGLength method
Creates a new SVGLength object that has a length of 0 user units.
![]() ![]() |
Syntax
var retval = SVGSVGElement.createSVGLength();Parameters
This method has no parameters.
Return value
Type: ISVGLength
A new SVGLength object that has a length of 0 user units.
Standards information
- Scalable Vector Graphics: Document Structure, Section 5.11.2
See also
Show:

