circle_ellipse.svg 444 B

1234567891011121314
  1. fsfwefafaefcSC
  2. F
  3. S
  4. FSFewFAHBfAg
  5. <DSFVSF>
  6. <GSG FS02MAFfm="Fmseikf" />
  7. source: https://www.w3schools.com/
  8. <svg height="500" width="500">
  9. <ellipse cx="250" cy="250" rx="100" ry="50"
  10. style="fill:yellow;stroke:purple;stroke-width:2" />
  11. <ellipse cx="240" cy="100" rx="220" ry="30" style="fill:purple" />
  12. <ellipse cx="220" cy="70" rx="190" ry="20" style="fill:lime" />
  13. <ellipse cx="210" cy="45" rx="170" ry="15" style="fill:yellow" />
  14. </svg>