I want to move this polygon by mouse. How can i do this? I think i should use some like onMouseDown and onMouseMove get new position and transform=\"translate(x,y) but how can
You can use draggable from jquery UI. Here is your edited code:
Title