Created
March 6, 2015 15:43
-
-
Save brito/ba9fb30b0694d9ff2024 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 -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> |
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":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment