SVG HTML

A Rounded Rectangle

This SVG example demonstrates how to create a rounded rectangle.

RectangleRounded.svg

<svg width="200" height="150" xmlns="http://www.w3.org/2000/svg">
  <rect x="25" y="25" width="150" height="100" rx="25"
    stroke="black" stroke-width="1" fill="none" />
</svg>
 

Output

 
 

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