Drawing shapes
Drawing shapes
Hi,
I'm looking for a plugin or similar in order to draw shapes like circles, rectangles etc.
Something in style with:
$("#myDiv").drawRect(10, 10, 20, 20, {color:'blue', alpha: .5});
I did found the drawing plugin but i didnt get it to work.
Appreciate some help on this area.