Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
"<polyline>"

Creates a set of connected straight line segments, using the points attribute.

<polyline points="50,50 250,50 150,150 250,250 50,250" />

50,50 250,50 150,150 250,250 50,250

Attribute Default Description
points (none) List of points to connect with line segments, see Polyline/Polygon Points List.