SVG Notes: Polyline
Basic Structure
<polyline points="10,10 50,50 90,10 70,80" />
points attribute = list of x,y coordinates separated by spaces or commas:
10,10 = first point
50,50 = second point
90,10 = third point
70,80 = fourth point
Lines connect each point ...
tigerabrodi.blog1 min read