class js.html.svg.PolylineElement extends Element
Available on js
The polyline
element is an SVG basic shape, used to create a series of straight lines connecting several points. Typically a polyline
is used to create open shapes
Documentation for this class was provided by MDN.