doc.svg 809 B

1234567891011121314151617181920
  1. <svg xmlns="http://www.w3.org/2000/svg" width="109" height="20">
  2. <linearGradient id="a" x2="0" y2="100%">
  3. <stop offset="0" stop-color="#bbb" stop-opacity=".1" />
  4. <stop offset="1" stop-opacity=".1" />
  5. </linearGradient>
  6. <rect rx="3" width="109" height="20" fill="#555" />
  7. <rect rx="3" x="44" width="65" height="20" fill="#5272B4" />
  8. <path fill="#5272B4" d="M44 0h4v20h-4z" />
  9. <rect rx="3" width="109" height="20" fill="url(#a)" />
  10. <g fill="#fff" text-anchor="middle"
  11. font-family="DejaVu Sans,Verdana,Geneva,sans-serif"
  12. font-size="11">
  13. <text x="23" y="15" fill="#010101" fill-opacity=".3">
  14. godoc</text>
  15. <text x="23" y="14">godoc</text>
  16. <text x="75.5" y="15" fill="#010101" fill-opacity=".3">
  17. reference</text>
  18. <text x="75.5" y="14">reference</text>
  19. </g>
  20. </svg>