summaryrefslogtreecommitdiffhomepage
path: root/coverage/coverage_badge_total.svg
blob: 480a39f60cbbef5054f616ce79d4d1469ee938eb (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
29
30
31
32
33
34
35
<svg contentScriptType="text/ecmascript" contentStyleType="text/css" preserveAspectRatio="xMidYMid meet" version="1.0" height="20" width="120"
  xmlns="http://www.w3.org/2000/svg"
  xmlns:xlink="http://www.w3.org/1999/xlink">


<linearGradient id="smooth" x2="0" y2="120">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<clipPath id="round">
<rect height="20" width="120" rx="3" fill="#fff"/>
</clipPath>
<g clip-path="url(#round)">
<rect height="20" width="60" fill="#555"/>
<rect x="60" height="20" width="60" fill="#cccc00"/>
<rect height="20" width="120" fill="url(#smooth)"/>
</g>
<g fill="#fff" text-anchor="middle" font-family="Verdana,sans-serif" font-size="11">
<text x="30" y="15" fill="#010101" fill-opacity="0.3">
scov total
</text>
<text x="30" y="14">
scov total
</text>
</g>
<g fill="#fff" text-anchor="middle" font-family="Verdana,sans-serif" font-size="11">
<text x="90" y="15" fill="#010101" fill-opacity="0.3">
32%
</text>
<text x="90" y="14">
32%
</text>
</g>

</svg>