Js project to create a drawing html page where you can:
- add simple geometric figures (rects, circles, lines)
- remove or manipulate them
- load and save pictures
- try gravity with rects
##Prerequisities:
- need http://fabricjs.com/ to work
- edit the svg eraser path (line 153)
##Example
http://marcoventurini.altervista.org/drawing.html
Have fun!