SVG HTML

A Simple Linear Path

This SVG example demonstrates how to create a simple linear path.

LinearSimplePath.svg

<svg width="450" height="250" xmlns="http://www.w3.org/2000/svg" version="1.1">
  <path d="M 25,25 L425,225" fill="none" stroke="black" />
</svg>
 

Output

 
 

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