A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

SVG and canvas

From WHATWG Wiki
Revision as of 22:57, 30 November 2007 by Annevk (talk | contribs) (New page: Numerous people have suggested that SVG and <canvas> are competing technologies. They are not. SVG provides retained mode graphics and <canvas> provides immediate mode graphics. A lot of u...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Numerous people have suggested that SVG and <canvas> are competing technologies. They are not. SVG provides retained mode graphics and <canvas> provides immediate mode graphics. A lot of use cases can be addressed by either, some are easier to do with one of them and some can only be done by one of them.

Ideally this page would list those use cases. Philip?

http://lists.w3.org/Archives/Public/public-html/2007Nov/0449.html has a lot of good points about the <canvas> element which we probably should integrate here.