initialize method

DOMPoint initialize(
  1. DOMPoint newItem
)

The initialize() method of the SVGPointList interface clears the list then adds a single new SVGPoint object to the list.

Implementation

external DOMPoint initialize(DOMPoint newItem);