I want to shape a circle to a line (path).
Is this possible?
Maybe it's the way I Google that might be the problem.
<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>
The best way (for me) would be if the top and bottom come together.
But I'm more interested on how to do this! I couldn't find anything on how to shape the svg element
--------- SMALL UPDATE ----------
Just found this. It might help me get a direction.
--------- SMALL UPDATE ----------
So I tried to do this without JQuery but I think it won't work.
The reason for thsi is because my JQuery sucks....
Can anybody help me out with some JQuery fix?