ellipse.svg 165 B

12345
  1. <svg viewBox="0 0 120 120"
  2. xmlns="http://www.w3.org/2000/svg">
  3. <ellipse cx="60" cy="60" rx="50" ry="25" fill="red" stroke="blue" stroke-opacity=".3" />
  4. </svg>