Skip to content

Instantly share code, notes, and snippets.

@brito
Created March 6, 2015 15:43
Show Gist options
  • Save brito/ba9fb30b0694d9ff2024 to your computer and use it in GitHub Desktop.
Save brito/ba9fb30b0694d9ff2024 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 -100 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="61.8" cy="100" r="100"/>
<circle cx="-61.8" cy="100" r="100"/>
<circle cx="61.8" cy="-100" r="100"/>
<circle cx="-61.8" cy="-100" r="100"/>
</svg>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment