Skip to content

Instantly share code, notes, and snippets.

@jensgro
Created March 15, 2015 14:42
Show Gist options
  • Save jensgro/5d0220db4e89625b6ffd to your computer and use it in GitHub Desktop.
Save jensgro/5d0220db4e89625b6ffd to your computer and use it in GitHub Desktop.
Basic border-image demo
/**
* Basic border-image demo
*/
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="22px" height="33px" xml:space="preserve">
<circle fill="#A21916" cx="5" cy="5" r="5"/>
<circle fill="#ED8515" cx="16" cy="5" r="5"/>
<circle fill="#28738B" cx="16" cy="16" r="5"/>
<circle fill="#817E83" cx="5" cy="16" r="5"/>
<circle fill="#010202" cx="5" cy="27" r="5"/>
<circle fill="#7FBDE1" cx="16" cy="27" r="5"/>
</svg>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment