HTML5 Canvas Oval Tutorial

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.

Open in new window

Code Editor

Modified on April 9th, 2013 by Eric Rowell
comments powered by Disqus