1

There is one way to convert one image map to canvas, I need to know how to do complex maps and highlight when the mouse is over.

Thanks

MarcosRua
  • 11
  • 2

1 Answers1

0

Have you checked this Question & Answer?

"Maps on Canvas are currently an open issue with HTML5."

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

Community
  • 1
  • 1
SavoryBytes
  • 35,571
  • 4
  • 52
  • 61
  • I have checked but this is not my question. In this question he asks for an image map on canvas. I know there is no posible. The answer was: and image map over the canvas, another solution is a collision test. This is useful, but i want to translate image map polygonal coordinate to create custom shapes in canvas. – MarcosRua Apr 11 '11 at 18:56
  • Thanks you Daniel, I have solved it, with a collision detect. The links you send me doesnt work, one is for image map, which canvas doesnt have, and the other is for canvas of silverlight. Im working in html5. – MarcosRua Apr 13 '11 at 10:40