Skip to content

Instantly share code, notes, and snippets.

@brito
Created March 17, 2015 23:17
Show Gist options
  • Save brito/bf471a6c1e851e391a15 to your computer and use it in GitHub Desktop.
Save brito/bf471a6c1e851e391a15 to your computer and use it in GitHub Desktop.
not the circles you are looking for
/* not the circles you are looking for */
svg { fill:transparent; stroke:black }
<svg viewBox="-500 -250 1000 1000">
<circle cx="0" cy="0" r="100"/>
<circle cx="100" cy="0" r="100"/>
<circle cx="-100" cy="0" r="100"/>
<circle cx="50" cy="86.6" r="100"/>
<circle cx="-50" cy="86.6" r="100"/>
<circle cx="50" cy="-86.6" r="100"/>
<circle cx="-50" cy="-86.6" r="100"/>
</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