initialize method
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);
The initialize()
method of the SVGPointList interface clears the
list then adds a single new SVGPoint
object to the list.
external DOMPoint initialize(DOMPoint newItem);