createSVGPoint method
Creates a new SVGPoint object that is initialized to the point (0,0) in the user coordinate system and that is not attached to any document.
![]() ![]() |
Syntax
var retval = SVGSVGElement.createSVGPoint();Parameters
This method has no parameters.
Return value
Type: ISVGPoint
A new SVGPoint object that is initialized to the point (0,0) in the user coordinate system and that is not attached to any document.
Standards information
- Scalable Vector Graphics: Document Structure, Section 5.11.2
See also
Show:

