<svg width="200px" height="300px">
<path d="M0 0 H50" stroke="black" stroke-width="4px"/>
</svg>
<svg width="200px" height="300px">
<path d="M0 0 L50 50 L100 50" stroke="black" stroke-width="4px" fill="none" />
</svg>
<svg width="200px" height="300px">
<path d="M0 0 L50 50 L100 50 L200 10 Z" stroke="black" stroke-width="4px" fill="none" />
</svg>
svg{
margin:20px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.