class js.html.svg.PointList
Available on js
var numberOfItems:Int
function appendItem(item:Point):Point
function clear():Void
function getItem(index:Int):Point
function initialize(item:Point):Point
function insertItemBefore(item:Point, index:Int):Point
function removeItem(index:Int):Point
function replaceItem(item:Point, index:Int):Point