nested_group.svg 201 B

12345678
  1. <svg viewBox="0 0 120 120"
  2. xmlns="http://www.w3.org/2000/svg">
  3. <g>
  4. <g fill="orange">
  5. <ellipse cx="60" cy="60" rx="50" ry="25" stroke="green" stroke-opacity=".3" />
  6. </g>
  7. </g>
  8. </svg>