Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" width="90" height="20">
  3. <linearGradient id="a" x2="0" y2="100%">
  4. <stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
  5. <stop offset="1" stop-opacity=".1"/>
  6. </linearGradient>
  7. <rect rx="3" width="90" height="20" fill="#555"/>
  8. <rect rx="3" x="37" width="53" height="20" fill="#4c1"/>
  9. <path fill="#4c1" d="M37 0h4v20h-4z"/>
  10. <rect rx="3" width="90" height="20" fill="url(#a)"/>
  11. <g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
  12. <text x="19.5" y="15" fill="#010101" fill-opacity=".3">build</text>
  13. <text x="19.5" y="14">build</text>
  14. <text x="62.5" y="15" fill="#010101" fill-opacity=".3">passing</text>
  15. <text x="62.5" y="14">passing</text>
  16. </g>
  17. </svg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement