Skip to content

Instantly share code, notes, and snippets.

@adityavm
Created July 14, 2013 16:00
Show Gist options
  • Save adityavm/5994720 to your computer and use it in GitHub Desktop.
Save adityavm/5994720 to your computer and use it in GitHub Desktop.
<html>
<body>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<defs>
<pattern id="image" x="0" y="0" patternUnits="userSpaceOnUse" height="1" width="1">
<image x="1" y="1" height="200" width="200" xlink:href="/favicon.png"></image>
</pattern>
</defs>
<circle id='top' cx="180" cy="120" r="80" fill="url(#image)"/>
</svg>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment