Created
July 14, 2012 19:29
-
-
Save netsi1964/3112926 to your computer and use it in GitHub Desktop.
Various CANVAS experients
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
Various CANVAS experients | |
http://calebevans.me/projects/jcanvas/sandbox.php#for%28var%20i%3D0%3B%20i%3C1000%3B%20i++%29%20%7B%0A%24%28%27canvas%27%29.drawArc%28%7B%0A%20%20fillStyle%3A%20%22rgba%28200%2C0%2C0%2C.007%29%22%2C%0A%20%20x%3A%20100+Math.random%28%29*50%2C%20y%3A%20100+Math.random%28%29*50%2C%0A%20%20radius%3A%2050+Math.random%28%29*50%2C%0A%20%20start%3A%20Math.random%28%29*100+300*Math.sin%28i%29%2C%0A%20%20end%3A%20%20Math.random%28%29*100+50+300*Math.sin%28i%29%0A%7D%29.drawArc%28%7B%0A%20%20fillStyle%3A%20%22rgba%280%2C200%2C0%2C.007%29%22%2C%0A%20%20x%3A%20150+Math.random%28%29*50%2C%20y%3A%20101+Math.random%28%29*50%2C%0A%20%20radius%3A%2050+Math.random%28%29*150%2C%0A%20%20start%3A%20Math.random%28%29*100+50+300*Math.sin%28i%29%2C%0A%20%20end%3A%20%20Math.random%28%29*100+50+100+300*Math.sin%28i%29%0A%7D%29.drawArc%28%7B%0A%20%20fillStyle%3A%20%22rgba%280%2C0%2C200%2C.007%29%22%2C%0A%20%20x%3A%20125+Math.random%28%29*150%2C%20y%3A%20150+Math.random%28%29*50%2C%0A%20%20radius%3A%2050+Math.random%28%29*250%2C%0A%20%20start%3A%20Math.random%28%29*100+150+300*Math.sin%28i%29%2C%0A%20%20end%3A%20%20Math.random%28%29*100+150+100+300*Math.sin%28i%29%0A%7D%29.drawArc%28%7B%0A%20%20fillStyle%3A%20%22rgba%28222%2C111%2C0%2C.005%29%22%2C%0A%20%20x%3A%20125+Math.random%28%29*150%2C%20y%3A%20150+Math.random%28%29*50%2C%0A%20%20radius%3A%2050+Math.random%28%29*450%2C%0A%20%20start%3A%20Math.random%28%29*100+150+300*Math.sin%28i%29%2C%0A%20%20end%3A%20%20Math.random%28%29*100+150+100+300*Math.sin%28i%29%0A%7D%29%0A%7D |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment