- From: Ian Hickson <ian@hixie.ch>
- Date: Thu, 30 Apr 2009 19:25:32 +0000 (UTC)
On Mon, 3 Mar 2008, Greg Houston wrote: > > I would like to request that the canvas element get the same usemap and > ismap properties that the img element has. I haven't added this, because for the kind of retained-mode graphics that this implies, SVG is a much better fit. However, <canvas> does now have isPointInPath() which allows one to get somewhat the same effect. When we add separate Path objects in the future, this will even allow hit testing to be done just by walking through a series of objects instead of recreating each shape for each hit test. -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Thursday, 30 April 2009 12:25:32 UTC