Created
May 17, 2014 17:59
-
-
Save waldyrious/4f41252cc019e576d04b to your computer and use it in GitHub Desktop.
elementary answers gradient for firefox
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<svg id="elementary-answers-mask" height="14" width="540" version="1.1" | |
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" > | |
<defs> | |
<linearGradient id="linearGradient70right" y2="7" gradientUnits="userSpaceOnUse" x2="470" y1="7" x1="540"> | |
<stop id="opaque-stop-right" stop-color="#000" stop-opacity="1" offset="0"/> | |
<stop id="transparent-stop" stop-color="#000" stop-opacity="0" offset="1"/> | |
</linearGradient> | |
</defs> | |
<rect height="14" width="540" y="0" x="0" fill="url(#linearGradient70right)"/> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment