SVGSVGElement: createSVGPoint() method

The createSVGPoint() method of the SVGSVGElement interface creates a DOMPoint object outside of any document trees.

Syntax

js
createSVGPoint()

Parameters

None.

Return value

A DOMPoint object, initialized to the point (0,0) in the user coordinate system.

Specifications

See also