Skip to content

Instantly share code, notes, and snippets.

@waldyrious
Created May 17, 2014 17:59
Show Gist options
  • Save waldyrious/4f41252cc019e576d04b to your computer and use it in GitHub Desktop.
Save waldyrious/4f41252cc019e576d04b to your computer and use it in GitHub Desktop.
elementary answers gradient for firefox
Display the source blob
Display the rendered blob
Raw
<?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