polyline

A polyline is a set of connected straight-line segments. A polyline can only be stroked. It can have the following attributes:

Attribute Description
points A list of points of the line segments that make up the polyline. All coordinate values are in the user coordinate system, and there must be an even number of coordinates.
transform See Transformations. This attribute is applied to an element before any other coordinate or length values supplied for that element are processed.

Example:

Copy
<polyline points="50,375 140,375 150, 325" style="stroke:blue;stroke-width:3" />