Draw a Connection Line in RaphaelJS

Viewed 20108

How would I go about drawing a connection line in Raphael where the mousedown initiates the starting point of the line, the mousemove moves the end point without moving the start point and the mouseup leaves it as it is?

2 Answers
Related