all.svg 1023 B

12345678910111213141516171819202122
  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. <polygon points="220,10 300,210 170,250 123,234" style="fill:lime;stroke:purple;stroke-width:1" />
  10. <polyline points="20,20 40,25 60,40 80,120 120,140 200,180"
  11. style="fill:none;stroke:black;stroke-width:3" />
  12. <line x1="0" y1="0" x2="200" y2="200" style="stroke:rgb(255,0,0);stroke-width:2" />
  13. <rect x="50" y="20" width="150" height="150"
  14. style="fill:blue;stroke:pink;stroke-width:5;fill-opacity:0.1;stroke-opacity:0.9" />
  15. <rect x="352.324" y="311.765" fill="#5486F7" width="4" height="128"/>
  16. <rect x="478.871" y="266.351" fill="#FFFFFF" width="12" height="12"/>
  17. <ellipse cx="250" cy="250" rx="100" ry="50"
  18. style="fill:yellow;stroke:purple;stroke-width:2" />
  19. <ellipse cx="240" cy="100" rx="220" ry="30" style="fill:purple" />
  20. <ellipse cx="220" cy="70" rx="190" ry="20" style="fill:lime" />
  21. <ellipse cx="210" cy="45" rx="170" ry="15" style="fill:yellow" />
  22. </svg>