Search code examples
javascriptjqueryhtmlimagearea

Draw and paint areas in images


How to draw areas in a image, based on points, like draw areas in google maps? Dynamically with javascript.
Editing: The question is about to put a map image on the page and draw an area on the top of a house, for example.


Solution

  • Use the canvas element.