MY POLAR CURVES

I Created this using JavaScript and HTML5 Canvas. The first thing I did was create an event listener. This loads the web page when the page loads. I then set the canvas to black and set up a function that creates polar curves. I used a for loop that created the polar curves. a complete circle was looped though I then created an array of different colors to change the color of each polar curve.

Here is the code that I used.

Leave a comment