SVG HTML

A Simple Vertical Path

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

SimpleVerticalPath.svg

<svg width="100" height="225" xmlns="http://www.w3.org/2000/svg">
  <path d="M 50,25 V200" fill="none" stroke="black" stroke-width="4"/>
</svg>
 

Output

 
 

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