<canvas> Assignment 1

The HTML Canvas API and JavaScript - Based of an Image or Sketch

If you see this text, your browser does not support canvas.

We can use the <canvas> element to create dynamic graphics. It's similar to a <div> tag ot <p> tag, except that its contents are rendered using JavaScript

In this assignment we are to use the powerful <canvas> tag to recreate an idea that we either sketch by hand or find an image example. For this assignment I chose to go with a Bauhaus Image chosen due to the use of primitive shapes and vibrant colors placed, in what would appear to be, at random.

Just like in the practice example, I am inserting a <canvas> tag inside this HTML document and accessing the tag using JavaScript in order to create a rendering context in order to use the API to draw our dynamic graphics.