pointsToPath

fun pointsToPath(rings: Array<Point>, closed: Boolean): String(source)

Generates an SVG path string for multiple rings, with each ring turning into M..L..L.. instructions.