Does (HTML5) Canvas have the equivalent of an image map?

前端 未结 5 1195
南旧
南旧 2020-12-09 17:35

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

5条回答
  •  天命终不由人
    2020-12-09 18:22

    Maps on Canvas are currently an open issue with HTML5. Issue #105 to be precise. See http://www.w3.org/html/wg/tracker/issues/105

提交回复
热议问题