SVG HTML

A Polyline

This SVG example demonstrates how to create a polyline.

Polyline.svg

<svg width="150" height="200" xmlns="http://www.w3.org/2000/svg">
  <polyline points="25,100 50,25 100,175 125,100"
    stroke="black" stroke-width="1" fill="none" />
</svg>
 

Output

 
 

© 2007–2024 XoaX.net LLC. All rights reserved.