replaceItem method
The replaceItem()
method of the SVGPointList interface replaces a
SVGPoint
in the list.
Implementation
external DOMPoint replaceItem(
DOMPoint newItem,
int index,
);
The replaceItem()
method of the SVGPointList interface replaces a
SVGPoint
in the list.
external DOMPoint replaceItem(
DOMPoint newItem,
int index,
);