all_no_size_def_in_header.svg 1.3 KB

123456789101112131415161718192021222324252627282930
  1. fsfwefafaefcSC
  2. F
  3. S
  4. FSFewFAHBfAg
  5. <DSFVSF>
  6. <GSG FS02MAFfm="Fmseikf" />
  7. source: https://www.w3schools.com/
  8. <svg>
  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. <path id="lineAB" d="M 100 350 l 150 -300" stroke="red"
  23. stroke-width="3" fill="none" />
  24. <path id="lineBC" d="M 250 50 l 150 300" stroke="red"
  25. stroke-width="3" fill="none" />
  26. <path d="M 175 200 l 150 0" stroke="green" stroke-width="3"
  27. fill="none" />
  28. <path d="M 100 350 q 150 -300 300 0" stroke="blue"
  29. stroke-width="5" fill="none" />
  30. </svg>