Table of Contents

About

en-US/docs/Web/SVG/Element/polyline

Example

<?xml version="1.0" standalone="no"?>
<svg width="200" height="110" version="1.1" xmlns="http://www.w3.org/2000/svg">

  <polyline 
      points="60 10 65 20 70 15 75 30 80 25 85 40 90 35 95 50 100 45"
      stroke="lightBlue" 
      fill="transparent" 
      stroke-width="5"/>

</svg>