summaryrefslogtreecommitdiff
path: root/web/public/failing.svg
blob: d6bc3cf95e1b65a6419c56eedf1b84adc4cd2e56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>