Skip to content

Instantly share code, notes, and snippets.

@johnsca
Created February 14, 2017 00:16
Show Gist options
  • Save johnsca/b6f9b3d120197612ea5169ffd451f655 to your computer and use it in GitHub Desktop.
Save johnsca/b6f9b3d120197612ea5169ffd451f655 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<!---->
<svg xmlns="http://www.w3.org/2000/svg" width="249" height="20">
<linearGradient id="b" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<clipPath id="a">
<rect width="249" height="20" rx="3" fill="#fff"/>
</clipPath>
<g clip-path="url(#a)">
<path fill="#555" d="M0 0h37v20H0z"/>
<path fill="#9f9f9f" d="M37 0h37v20H37z"/>
<path fill="#4c1" d="M37 0h37v20H37z"/>
<path fill="url(#b)" d="M37 0h37v20H37z"/>
<path stroke="#336600" d="M74 0v20"/>
<path fill="#4c1" d="M74 0h37v20H74z"/>
<path fill="url(#b)" d="M74 0h37v20H74z"/>
<path stroke="#336600" d="M111 0v20"/>
<path fill="#e05d44" d="M111 0h55v20H111z"/>
<path fill="url(#b)" d="M111 0h55v20H111z"/>
<path stroke="#993366" d="M166 0v20"/>
<path fill="#dfb317" d="M166 0h37v20H166z"/>
<path fill="url(#b)" d="M166 0h37v20H166z"/>
<path stroke="#996633" d="M203 0v20"/>
<path fill="#dfb317" d="M203 0h46v20H203z"/>
<path fill="url(#b)" d="M203 0h46v20H203z"/>
</g>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="18.5" y="15" fill="#010101" fill-opacity=".3">cwr</text>
<text x="18.5" y="14">cwr</text>
<text x="55.5" y="15" fill="#010101" fill-opacity=".3">LXD</text>
<text x="55.5" y="14">LXD</text>
<text x="92.5" y="15" fill="#010101" fill-opacity=".3">AWS</text>
<text x="92.5" y="14">AWS</text>
<text x="138.5" y="15" fill="#010101" fill-opacity=".3">Azure</text>
<text x="138.5" y="14">Azure</text>
<text x="184.5" y="15" fill="#010101" fill-opacity=".3">GCE</text>
<text x="184.5" y="14">GCE</text>
<text x="226.0" y="15" fill="#010101" fill-opacity=".3">MAAS</text>
<text x="226.0" y="14">MAAS</text>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment