This small vector based widgets is a Raphael plugin, it helps you draw stuff on your page.

Use it by including the code below in your JavaScript.

1
2
3
4
5
var paper = Raphael('wrapper',{
width:"100%",
height:"100%"
});
paper.editing = true;

Download it here on Github