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