- From: Maciej Stachowiak <mjs@apple.com>
- Date: Mon, 12 Mar 2007 11:36:03 -0700
On Mar 11, 2007, at 1:34 PM, carmen wrote: >> suppose one is building a GUI with solely <canvas> elements. > > i suppose i should have researched <canvas> - it looks like it > doesn't have elemnts one might be faimilar with the Tk canvas - you > can only draw using javascript. are there plans to support html > style creation of elements within the <canvas> tag? <canvas> is a programmatic immediate mode drawing surface. For retained-mode structured graphics, SVG would be your solution. Both things are useful. - Maciej
Received on Monday, 12 March 2007 11:36:03 UTC