Is it possible to convert a circle into a line (path)?
I'm having trouble finding information on how to shape the svg element.
Perhaps my search technique is the issue.
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 95.28 95.28">
<title>circle</title>
<circle cx="47.64" cy="47.64" r="47.14" fill="none" stroke="#1d1d1b" stroke-miterlimit="10"/>
</svg>
I would prefer if the top and bottom could connect, but I am primarily interested in learning how to achieve this transformation!
--------- UPDATE ----------
I came across this resource which might provide some guidance.
--------- LATEST UPDATE ----------
Attempting this without JQuery seems impossible for me due to lack of skills.
Could someone assist with a JQuery solution?