blob: b6c4e361f8af838ea7c2d918a63a5829a9b1d840 [file] [log] [blame]
Harrison Mutai6ac31f32024-05-10 16:54:29 +00001<?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>
Charlie Bareham31120992024-06-17 11:58:03 +010018 <text x="80" y="15" fill="#010101" fill-opacity=".3">95%</text>
19 <text x="80" y="14">95%</text>
Harrison Mutai6ac31f32024-05-10 16:54:29 +000020 </g>
21</svg>