Does (HTML5) Canvas have the equivalent of an image map?
Posted
by Mr. Flibble
on Stack Overflow
See other posts from Stack Overflow
or by Mr. Flibble
Published on 2010-05-28T20:11:45Z
Indexed on
2010/05/28
23:22 UTC
Read the original article
Hit count: 240
Does the Canvas element have the equivalent of img's map, so you can define clickable areas on the canvas element?
There is brief mention of a map halfway down the page here: http://www.w3.org/TR/html5/the-canvas-element.html, but I can't find anything else about it.
© Stack Overflow or respective owner