Skip to content

Instantly share code, notes, and snippets.

@ngerakines
Created September 6, 2019 18:28
Show Gist options
  • Save ngerakines/5ab3f99ce0f0d4d457c278808ee33309 to your computer and use it in GitHub Desktop.
Save ngerakines/5ab3f99ce0f0d4d457c278808ee33309 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" xmlns:xlink="http://www.w3.org/1999/xlink" width="192" height="20">
<linearGradient id="smooth" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<mask id="round">
<rect width="192" height="20" rx="3" fill="#fff"/>
</mask>
<g mask="url(#round)">
<rect width="74" height="20" fill="#555"/>
<rect x="74" width="118" height="20" fill="#97ca00"/>
<rect width="192" height="20" fill="url(#smooth)"/>
</g>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="38" y="15" fill="#010101" fill-opacity=".3">SSL Hound</text>
<text x="38" y="14">SSL Hound</text>
<text x="132" y="15" fill="#010101" fill-opacity=".3">sslhound.com:443</text>
<text x="132" y="14">sslhound.com:443</text>
</g>
</svg>

Run this:

$  curl -sk -H "Content-Type: image/svg+xml" --data "@badge.svg" https://boiling-springs-84014.herokuapp.com/ > badge.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment