replaceItem method

DOMPoint replaceItem(
  1. DOMPoint newItem,
  2. int index
)

The replaceItem() method of the SVGPointList interface replaces a SVGPoint in the list.

Implementation

external DOMPoint replaceItem(
  DOMPoint newItem,
  int index,
);