To create an oval using HTML5 Canvas, we can save the context state, stretch the canvas context horizontally, draw a circle, restore the canvas state, and then applying styling.
Code Editor
Modified on April 9th, 2013
by Eric Rowell