jQuery drawing and modifying lines and positions
- by Chris
I want to allow people to select a feature region on an image using jQuery.
This should work similarly to the Facebook tagger except once someone "tags" an area of the image an ellipse should appear with the ability for the user to rotate and scale it.
How can I achieve this using jQuery?