insertItemBefore

fun insertItemBefore(newItem: SVGPoint, index: Int): SVGPoint(source)

The insertItemBefore() method of the SVGPointList interface inserts a DOMPoint before another item in the list.

MDN Reference