Firefox Tomorrow

web api instance method

SVGSVGElement: createSVGPoint() method

View on MDN ↗

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

Syntax

createSVGPoint()

Parameters

None.

Return value

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

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also