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