SVGSVGElement: createSVGAngle() method

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

Syntax

js
createSVGAngle()

Parameters

None.

Return value

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

Specifications

See also