Drawing an Image to the Canvas

by John Doe

HTML

<canvas id="c" width="800" height="600"></canvas>

CSS

body {
    background: #CEF;
}