Skip to content

Instantly share code, notes, and snippets.

@ianychoi
Last active November 29, 2016 15:37
Show Gist options
  • Select an option

  • Save ianychoi/4073adc73a40d77a1db6af3bdd1a038a to your computer and use it in GitHub Desktop.

Select an option

Save ianychoi/4073adc73a40d77a1db6af3bdd1a038a to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg contentScriptType="text/ecmascript" zoomAndPan="magnify"
contentStyleType="text/css" height="20" preserveAspectRatio="xMidYMid meet"
xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg id="project:official" width="92" height="20" x="0" y="0">
<a target="_blank" xlink:href="">
<linearGradient id="smooth:project:official" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<mask id="round:project:official">
<rect width="92" height="20" rx="3" fill="#fff"/>
</mask>
<g mask="url(#round:project:official)">
<rect width="47" height="20" fill="#555"/>
<rect x="47" width="45" height="20" fill="#4c1"/>
<rect width="92" height="20" fill="url(#smooth:project:official)"/>
</g>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="23" y="15" fill="#010101" fill-opacity=".3">project</text>
<text x="23" y="14">project</text>
<text x="68" y="15" fill="#010101" fill-opacity=".3">official</text>
<text x="68" y="14">official</text>
</g>
</a>
</svg>
<svg id="team:diverse-affiliation" width="143" height="20" x="146" y="0">
<a target="_blank" xlink:href="http://governance.openstack.org/reference/tags/team_diverse-affiliation.html">
<linearGradient id="smooth:team:diverse-affiliation" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<mask id="round:team:diverse-affiliation">
<rect width="143" height="20" rx="3" fill="#fff"/>
</mask>
<g mask="url(#round:team:diverse-affiliation)">
<rect width="37" height="20" fill="#555"/>
<rect x="37" width="106" height="20" fill="#007ec6"/>
<rect width="143" height="20" fill="url(#smooth:team:diverse-affiliation)"/>
</g>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="18" y="15" fill="#010101" fill-opacity=".3">team</text>
<text x="18" y="14">team</text>
<text x="89" y="15" fill="#010101" fill-opacity=".3">diverse-affiliation</text>
<text x="89" y="14">diverse-affiliation</text>
</g>
</a>
</svg>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment