Skip to content

Instantly share code, notes, and snippets.

@stevespringett
Created December 21, 2018 07:19
Show Gist options
  • Save stevespringett/72795f003307596e344584bd0ac0c18e to your computer and use it in GitHub Desktop.
Save stevespringett/72795f003307596e344584bd0ac0c18e to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<svg width="144" height="20" viewBox="0 0 1440 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="1440" height="200" rx="30" fill="#FFF"/></mask>
<g mask="url(#m)">
<rect width="840" height="200" fill="#555"/>
<rect width="600" height="200" fill="#357abd" x="840"/>
</g>
<g fill="#fff" text-anchor="start" font-family="Verdana,DejaVu Sans,sans-serif" font-size="110">
<text x="60" y="148" textLength="730" fill="#000" opacity="0.25">dependencies</text>
<text x="50" y="138" textLength="730">dependencies</text>
<!-- No Vulns -->
<text x="910" y="148" textLength="470" fill="#000" opacity="0.25">no vulns</text>
<text x="900" y="138" textLength="470">no vulns</text>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment