Skip to content

Instantly share code, notes, and snippets.

@perliedman
Last active April 18, 2016 14:22
Show Gist options
  • Save perliedman/b6d58ef93255afb6084a5945f04b149e to your computer and use it in GitHub Desktop.
Save perliedman/b6d58ef93255afb6084a5945f04b149e to your computer and use it in GitHub Desktop.
Leaflet-1.0-verified
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="50" 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="50" height="20" fill="#555"/>
<rect rx="3" x="22" width="28" height="20" fill="#4c1"/>
<path fill="#4c1" d="M22 0h4v20h-4z"/>
<rect rx="3" width="90" height="20" fill="url(#a)"/>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="18">
<text x="12" y="15.5" fill="#010101" fill-opacity=".3">🍂</text>
<text x="12" y="14.5">🍂</text>
</g>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="35.5" y="15" fill="#010101" fill-opacity=".3">1.0</text>
<text x="35.5" y="14">1.0</text>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment