diff options
Diffstat (limited to 'coverage/coverage_badge_total.svg')
| -rw-r--r-- | coverage/coverage_badge_total.svg | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/coverage/coverage_badge_total.svg b/coverage/coverage_badge_total.svg new file mode 100644 index 0000000..480a39f --- /dev/null +++ b/coverage/coverage_badge_total.svg @@ -0,0 +1,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>
\ No newline at end of file |
