After obtaining an SVG, I am attempting to enclose each path within an <a>
tag. However, when I use the jQuery function .wrap()
, everything becomes hidden. Even though I can see that the path tags are being wrapped when inspecting with Firebug, nothing is displayed. I have tried adjusting the display property without success.
Thank you.