Firefox Tomorrow

web api instance method

SVGSVGElement: createSVGAngle() method

View on MDN ↗

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

Syntax

createSVGAngle()

Parameters

None.

Return value

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

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also