removeItem method

DOMPoint removeItem(
  1. int index
)

The removeItem() method of the SVGPointList interface removes a SVGPoint from the list.

Implementation

external DOMPoint removeItem(int index);