SVG HTML

A Simple Cubic Path

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

SimpleCubicPath.svg

<svg width="420px" height="200px" xmlns="http://www.w3.org/2000/svg">
  <path d="M20,20 C610,200 -300,200 410,40"
      fill="none" stroke="black" stroke-width="1"/>
</svg>
 

Output

 
 

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