Skip to content

Instantly share code, notes, and snippets.

@troywarr
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save troywarr/3f4f5662ce5fe5ad71bb to your computer and use it in GitHub Desktop.
Save troywarr/3f4f5662ce5fe5ad71bb to your computer and use it in GitHub Desktop.
SVG test
<?xml version="1.0" encoding="utf-8" ?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="100" height="100">
<defs>
<linearGradient id="gradient" x1="0" x2="0" y1="0" y2="1">
<stop offset="0%" stop-color="#7085ac"></stop>
<stop offset="100%" stop-color="#233753"></stop>
</linearGradient>
</defs>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment