Blame result/SVG/polyline.xml

Packit 423ecb
Packit 423ecb
Packit 423ecb
<svg width="4in" height="3in">
Packit 423ecb
  <desc>A sample polyline, and equivalent path
Packit 423ecb
  </desc>
Packit 423ecb
  <polyline verts="20,20 50,100 200,80 70,300"/>
Packit 423ecb
  <path d="M20,20 L50,100 L200,80 L70,300"/>
Packit 423ecb
</svg>