1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
| <?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="195" height="20">
<!--Generated by QualInsight SVG Badge Generator.-->
<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="195" height="20" rx="3" fill="#fff"/>
</mask>
<g mask="url(#round)">
<rect width="88" height="20" fill="#565656"/>
<rect x="88" width="107" height="20" fill="#8fbd07"/>
<rect width="195" height="20" fill="url(#smooth)"/>
</g>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Sans PT,Lucida Grande,Tahoma,Helvetica,Arial,sans-serif" font-size="11">
<text x="44" y="15" fill="#111" fill-opacity=".3">badge-maven</text>
<text x="44" y="14">badge-maven</text>
<text x="141" y="15" fill="#111" fill-opacity=".3">1.0.0-SNAPSHOT</text>
<text x="141" y="14">1.0.0-SNAPSHOT</text>
</g>
</svg> |
Partager