SVG HTML

A Line

This SVG example demonstrates how to create a line.

Line.svg

<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg">
  <line x1="25" y1="25" x2="175" y2="175" stroke="black" stroke-width="1" />
</svg>
 

Output

 
 

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