Resizing and dragging SVG polygons dynamically
问题 I am struggling to find a way for resizing and dragging a svg polygon dynamically with the mouse. Unfortunately jQueryUi does not work for svg elements. I also checked the Raphael library, but cant find any documentation/snippets on how to realize this. Besides using SVGs, is there any other way to resize and dragg a polygon graphic dynamically? 回答1: You can work with the SVG elements yourself. In particular, you can find the points of the polygon and add HTML-element handles which are made