Web Visualization with HTML5, CSS3, and JavaScript Season 1 Episode 19 Starting to Draw
- November 22, 2015
- 7 min
Now that we know whether users have canvas available on their browsers, it's time for us to choose the API that we will be working with. We will choose the 2D API. Once we do so, we will go ahead and pick a color and start drawing the first shape-a rectangle.