Last year I wrote a guide to HTML5 and some of the features that will be available including the video and canvas elements. The canvas element gives developers a powerful way to draw pixel-based images using JavaScript. For each element needed a “context” is used, which uses JavaScript commands to draw anything you want. The [...]
↧