Skip to content

Instantly share code, notes, and snippets.

@jnorthrup
Created December 14, 2012 22:36
Show Gist options
  • Save jnorthrup/4289265 to your computer and use it in GitHub Desktop.
Save jnorthrup/4289265 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="UTF-8" ?>
<!--original work by James Northrup northrup.james@gmail.com-->
<svg height='100%' width='100%' zoomAndPan='magnify' xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs> <svg> <defs> <path id='spoke' d='m0-0l0 193m0 200l0 200m166.6-304L0-0M0-207.666L346-8zL-346-8'/> </defs> </svg>
<g id='cube' transform="translate(500 200) scale (0.7)" stroke-linecap="round">
<use xlink:href='#spoke'/>
<g transform="rotate (120 ) translate(166.6-289)">
<use xlink:href='#spoke'/>
<g transform="rotate (120 ) translate(166.6-289)"> <use xlink:href='#spoke'/> </g> </g> </g> </defs>
<g stroke-width='25' stroke='blue'> <use xlink:href='#cube'/> </g>
<g stroke-width='12.5' stroke='white'> <use xlink:href='#cube'/> </g> </svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment