coverage.svg 901 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" width="99" height="20">
  3. <linearGradient id="b" x2="0" y2="100%">
  4. <stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
  5. <stop offset="1" stop-opacity=".1"/>
  6. </linearGradient>
  7. <mask id="a">
  8. <rect width="99" height="20" rx="3" fill="#fff"/>
  9. </mask>
  10. <g mask="url(#a)">
  11. <path fill="#555" d="M0 0h63v20H0z"/>
  12. <path fill="#4c1" d="M63 0h36v20H63z"/>
  13. <path fill="url(#b)" d="M0 0h99v20H0z"/>
  14. </g>
  15. <g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
  16. <text x="31.5" y="15" fill="#010101" fill-opacity=".3">coverage</text>
  17. <text x="31.5" y="14">coverage</text>
  18. <text x="80" y="15" fill="#010101" fill-opacity=".3">95%</text>
  19. <text x="80" y="14">95%</text>
  20. </g>
  21. </svg>