summaryrefslogtreecommitdiff
path: root/image/mit.svg
blob: c8ed53fedab85c4fdade890def62aafc90edfdf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="20">
  <linearGradient id="a" x2="0" y2="100%">
    <stop offset="0" stop-color="#bbb" stop-opacity=".1" />
    <stop offset="1" stop-opacity=".1" />
  </linearGradient>
  <rect rx="3" width="109" height="20" fill="#555" />
  <rect rx="3" x="64" width="45" height="20" fill="#7b5" />
  <path fill="#7b5" d="M64 0h4v20h-4z" />
  <rect rx="3" width="109" height="20" fill="url(#a)" />
  <g fill="#fff" text-anchor="middle"
  font-family="DejaVu Sans,Verdana,Geneva,sans-serif"
  font-size="11">
    <text x="30" y="15" fill="#010101" fill-opacity=".3">
    license</text>
    <text x="30" y="14">license</text>
    <text x="85" y="15" fill="#010101" fill-opacity=".3">
    MIT</text>
    <text x="85" y="14">MIT</text>
  </g>
</svg>