2
0

badge.svg 1.1 KB

12345678910111213141516171819202122232425262728
  1. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="128" height="20">
  2. <linearGradient id="b" x2="0" y2="100%">
  3. <stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
  4. <stop offset="1" stop-opacity=".1"/>
  5. </linearGradient>
  6. <clipPath id="a">
  7. <rect width="128" height="20" rx="3" fill="#fff"/>
  8. </clipPath>
  9. <g clip-path="url(#a)">
  10. <path fill="#555" d="M0 0h93v20H0z"/>
  11. <path fill="#4c1" d="M93 0h35v20H93z"/>
  12. <path fill="url(#b)" d="M0 0h128v20H0z"/>
  13. </g>
  14. <g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110">
  15. <text x="475" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="830">
  16. documentation
  17. </text>
  18. <text x="475" y="140" transform="scale(.1)" textLength="830">
  19. documentation
  20. </text>
  21. <text x="1095" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="250">
  22. 96%
  23. </text>
  24. <text x="1095" y="140" transform="scale(.1)" textLength="250">
  25. 96%
  26. </text>
  27. </g>
  28. </svg>