jPolygon is a javascript library that allows drawing a polygon in a HTML5 canvas over an image. It supports undo and clear funcions. To finalize the polygon press CTRL + mouse Click.
- pure javascript (no jQuery, etc...)
- HTML5 canvas
- Any browser that supports HTML5 canvas
- Mark points with a square.
- Undo function implementation.
- Clear function implementation.
- When a polygon is created, fill the content with a transparent color.
- MIT license