SVG HTML

A Polygon

This SVG example demonstrates how to create a polygon.

Polygon.svg

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

Output

 
 

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