Jquery – Find SVG polygon's points and add handles (circles)
I have a number of SVG polygon shapes which need handles (circles) added at every point. I can of course add these circles manually like this: <?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 800 800"…