Skip to content

Instantly share code, notes, and snippets.

@michaelcpuckett
Forked from LeaVerou/dabblet.css
Created April 26, 2013 13:26
Show Gist options
  • Save michaelcpuckett/5467370 to your computer and use it in GitHub Desktop.
Save michaelcpuckett/5467370 to your computer and use it in GitHub Desktop.
SVG inspired by Quine's paradox
/**
* SVG inspired by Quine's paradox
*/
svg {
display: block;
margin: 40px auto;
font: 83px sans-serif;
}
<!-- Does not work in Safari, no clue why (thx @thomasqbrady) -->
<svg width="600" height="600">
<defs>
<path id="textpath" d="M 100,300 a 200,200 0 1,1 0,1" />
</defs>
<text transform="rotate(90,300,300)">
<textPath spacing="auto" xlink:href="#textpath">
circular reasoning works because
</textPath>
</text>
</svg>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment