Positioning an SVG Circle on top of a circular path using keypoints? – Html
In this question the author of the question is able to position an SVG circle on top of a path like this: <div style="width:400px"> <svg viewBox="0 -10 100 100" xmlns="http://www.w3.org/2000/svg"> <path d="M20,60a35,35 0 1,1 60,0" stroke="#D3D7DB" stroke-width="4" fill="none" stroke-linecap="round"></path> <path…