Created
April 30, 2014 20:29
-
-
Save brito/11437477 to your computer and use it in GitHub Desktop.
Fractal 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
| /* Fractal 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
| <svg> | |
| <defs> | |
| <path id="l0" d="M0 0,2 0,1 1.732,z" /> | |
| <g id="l1"> | |
| <use xlink:href="#l0" transform="matrix(0.5 0 0 0.5 0 0)" /> | |
| <use xlink:href="#l0" transform="matrix(0.5 0 0 0.5 1 0)" /> | |
| <use xlink:href="#l0" transform="matrix(0.5 0 0 0.5 0.5 0.866)" /> | |
| </g> | |
| <g id="l2"> | |
| <use xlink:href="#l1" transform="matrix(0.5 0 0 0.5 0 0)" /> | |
| <use xlink:href="#l1" transform="matrix(0.5 0 0 0.5 1 0)" /> | |
| <use xlink:href="#l1" transform="matrix(0.5 0 0 0.5 0.5 0.866)" /> | |
| </g> | |
| </defs> | |
| <use xlink:href="#l2" transform="scale(121)" /> | |
| </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