Created
March 15, 2018 21:57
-
-
Save zaphodtx/3aaa64f75f70817f4d15ae77256c76f7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="130"> | |
<defs> | |
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%"> | |
<stop style="stop-color:rgb(255,255,0);stop-opacity:1" offset="0%" /> | |
<stop style="stop-color:rgb(255,0,0);stop-opacity:1" offset="100%" /> | |
</linearGradient> | |
</defs> | |
<ellipse fill="url(#grad1)" cx="100" cy="70" rx="85" ry="55" /> | |
<text font-family="Verdana" font-size="45px" fill="#ffffff" x="50" y="86">SVG</text> | |
Sorry, your browser does not support inline SVG. | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment