summaryrefslogtreecommitdiff
path: root/web/public/failing.svg
diff options
context:
space:
mode:
Diffstat (limited to 'web/public/failing.svg')
-rw-r--r--web/public/failing.svg18
1 files changed, 18 insertions, 0 deletions
diff --git a/web/public/failing.svg b/web/public/failing.svg
new file mode 100644
index 000000000..d6bc3cf95
--- /dev/null
+++ b/web/public/failing.svg
@@ -0,0 +1,18 @@
+<svg width="80.2" height="20" viewBox="0 0 802 200" xmlns="http://www.w3.org/2000/svg">
+ <linearGradient id="a" x2="0" y2="100%">
+ <stop offset="0" stop-opacity=".1" stop-color="#EEE"/>
+ <stop offset="1" stop-opacity=".1"/>
+ </linearGradient>
+ <mask id="m"><rect width="802" height="200" rx="30" fill="#FFF"/></mask>
+ <g mask="url(#m)">
+ <rect width="368" height="200" fill="#555"/>
+ <rect width="434" height="200" fill="#E43" x="368"/>
+ <rect width="802" height="200" fill="url(#a)"/>
+ </g>
+ <g fill="#fff" text-anchor="start" font-family="Verdana,DejaVu Sans,sans-serif" font-size="110">
+ <text x="60" y="148" textLength="268" fill="#000" opacity="0.25">build</text>
+ <text x="50" y="138" textLength="268">build</text>
+ <text x="423" y="148" textLength="334" fill="#000" opacity="0.25">failing</text>
+ <text x="413" y="138" textLength="334">failing</text>
+ </g>
+</svg>