circle_ellipse.svg 462 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="5000" width="5000">
  9. <ellipse cx="2500" cy="2500" rx="1000" ry="500"
  10. style="fill:yellow;stroke:purple;stroke-width:2" />
  11. <ellipse cx="2400" cy="1000" rx="2200" ry="300" style="fill:purple" />
  12. <ellipse cx="2200" cy="700" rx="1900" ry="200" style="fill:lime" />
  13. <ellipse cx="2100" cy="450" rx="1700" ry="150" style="fill:yellow" />
  14. </svg>