polyline

fnDrawShape polyline(string points, string viewBox, string styleName = "")

Constructs a polyline shape.

Parameters

pointsSpace-separated coordinate pairs.
viewBoxSVG viewBox.
styleNameOptional draw:style-name.

Returns

A DrawShape with DrawShapeKind.POLYLINE.