- Author:
- ryan
- Twitter:
- @
- GitHub:
- Facebook:
- Google+:
- +
- Reddit:
- /r/
- Pouet:
- Website:
- shiing.com
- Compo:
- classic
- Demo link:
- https://js1k.com/2010-first/demo/268
- Shortlink:
- https://js1k.com/268
- Blog post:
- please update here!
- Bytes:
- 140
- Chars:
- 140
- Submission
b=document.body.children[0],i=0,b.width=999,b.height=999,c=b.getContext('2d');setInterval("c.rect(i,i,i/8,i/8);c.fill();i++;c.rotate(90)",1)
- Description
- twitter-friendly sunburst
*ff-friendly version (fixed-size width & height)
- Base64 encoded
Yj1kb2N1bWVudC5ib2R5LmNoaWxkcmVuWzBdLGk9MCxiLndpZHRoPTk5OSxiLmhlaWdodD05OTksYz1iLmdldENvbnRleHQoJzJkJyk7c2V0SW50ZXJ2YWwoImMucmVjdChpLGksaS84LGkvOCk7Yy5maWxsKCk7aSsrO2Mucm90YXRlKDkwKSIsMSk=
- Original source
b=document.body.children[0],i=0,b.width=999,b.height=999,c=b.getContext('2d');setInterval("c.rect(i,i,i/8,i/8);c.fill();i++;c.rotate(90)",1)