Skip to content

Instantly share code, notes, and snippets.

@zaphodtx
Created March 15, 2018 21:57
Show Gist options
  • Save zaphodtx/3aaa64f75f70817f4d15ae77256c76f7 to your computer and use it in GitHub Desktop.
Save zaphodtx/3aaa64f75f70817f4d15ae77256c76f7 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<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