points

fun points(vararg coords: Pair<Number, Number>): String

Creates a points string from coordinate pairs.

The points string is used in SVG elements like <polygon> and <polyline>. Builders for those elements typically call this helper to produce the attribute value.

Return

The points string.

Parameters

coords

The coordinate pairs.