SVG HTML

A Circle

This SVG example demonstrates how to create a circle.

Circle.svg

<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg">
  <circle cx="100" cy="100" r="75" fill="none" stroke="black" />
</svg>
 

Output

 
 

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