To handle graphics with the HTML <canvas> element, you must first obtain a "rendering context." This article explains the initialization of the context, which serves as the gateway to the Canvas API, ...