SVGSVGElement: createSVGPoint() Methode
Baseline
Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since Juli 2015.
Die createSVGPoint()-Methode des SVGSVGElement-Interfaces erstellt ein DOMPoint-Objekt, das außerhalb von Dokumentenbäumen liegt.
Syntax
js
createSVGPoint()
Parameter
Keine.
Rückgabewert
Ein DOMPoint-Objekt, das auf den Punkt (0,0) im Benutzernkoordinatensystem initialisiert ist.
Spezifikationen
| Specification |
|---|
| Scalable Vector Graphics (SVG) 2> # __svg__SVGSVGElement__createSVGPoint> |