Skip to content

Instantly share code, notes, and snippets.

View essingen123's full-sized avatar
😀

Karl Lindberg & Kilian Güntner essingen123

😀
View GitHub Profile
@essingen123
essingen123 / index.html
Created October 2, 2019 15:56
nested simulations
<canvas></canvas>
<!-- Click to generate a new image -->
@essingen123
essingen123 / index.html
Last active October 2, 2019 15:57
Infinity and beyond unicorns in Animation spin le Circle text with SVG
<div id="container">
<div id="circle">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="300px" height="300px" viewBox="0 0 300 300" enable-background="new 0 0 300 300" xml:space="preserve">
<defs>
<path id="circlePath" d=" M 150, 150 m -60, 0 a 60,60 0 0,1 120,0 a 60,60 0 0,1 -120,0 "/>
</defs>
<circle cx="150" cy="100" r="75" fill="none"/>
<g>
<use xlink:href="#circlePath" fill="none"/>
<text fill="#f8f8f8">
<canvas></canvas>
<!-- Click to generate a new image -->