I have this SVG square that I want to be able to rotate and drag, how can I use Raphael JS to do this?
This is the SVG i want to manipulate:
<svg width="100" height="100"><rect width="300" height="100" style="fill:rgb(0,0,0);stroke-width:3;stroke:rgb(0,0,0)" /></svg>
Raphael.Freetransform handles dragging, rotating and scaling of individual elements and sets.