Created
March 17, 2015 23:17
-
-
Save brito/bf471a6c1e851e391a15 to your computer and use it in GitHub Desktop.
not the circles you are looking for
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* not the circles you are looking for */ | |
svg { fill:transparent; stroke:black } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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