dots.svg 1.4 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <svg version="1.1" width="2400" height="160" viewBox="0 0 1200 80" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd">
  3. <sodipodi:namedview>
  4. <sodipodi:guide orientation="100,0" position="100,0"/>
  5. <sodipodi:guide orientation="100,0" position="200,0"/>
  6. <sodipodi:guide orientation="100,0" position="300,0"/>
  7. <sodipodi:guide orientation="100,0" position="400,0"/>
  8. <sodipodi:guide orientation="100,0" position="500,0"/>
  9. <sodipodi:guide orientation="100,0" position="600,0"/>
  10. <sodipodi:guide orientation="100,0" position="700,0"/>
  11. <sodipodi:guide orientation="100,0" position="800,0"/>
  12. <sodipodi:guide orientation="100,0" position="900,0"/>
  13. <sodipodi:guide orientation="100,0" position="1000,0"/>
  14. <sodipodi:guide orientation="100,0" position="1100,0"/>
  15. </sodipodi:namedview>
  16. <circle r="36" cy="40" cx="50" fill="red"/>
  17. <circle r="36" cy="40" cx="150" fill="lime"/>
  18. <circle r="36" cy="40" cx="250" fill="blue"/>
  19. <circle r="36" cy="40" cx="350" fill="yellow"/>
  20. <circle r="36" cy="40" cx="450" fill="fuchsia"/>
  21. <circle r="36" cy="40" cx="550" fill="cyan"/>
  22. <circle r="36" cy="40" cx="650" fill="orange"/>
  23. <circle r="36" cy="40" cx="750" fill="green"/>
  24. <circle r="36" cy="40" cx="850" fill="white"/>
  25. <circle r="36" cy="40" cx="950" fill="grey"/>
  26. <circle r="36" cy="40" cx="1050" fill="purple"/>
  27. <circle r="36" cy="40" cx="1150" fill="teal"/>
  28. </svg>