appendItem method

DOMPoint appendItem(
  1. DOMPoint newItem
)

The appendItem() method of the SVGPointList interface adds a SVGPoint to the end of the list.

Implementation

external DOMPoint appendItem(DOMPoint newItem);