Closed KevinZhou1 closed 5 years ago
I'm not sure if I understood your question, but the extension returns contents of the SVG and you can do whatever you want with it.
I would like to implement a feature of dragging the elements of the svg, similar to what is shown here: http://www.petercollingridge.co.uk/tutorials/svg/interactive/dragging/.
However, it doesn't look that feasible without modifying the internals of the library that produces the svg
The produced SVGs are static.
Is it possible to drag and drop the svg node images after the svg has been made?