SVG progress bar with image
问题 I am trying to create a progress bar (arc) with SVG. I currently have the progress bar working, it is moving the desired amount using a value stored in a data attribute, and looks pretty good. although i am trying to get an image to move around the arc with the bar. The image should start at 0 with the bar and move around to the completion point, say 50% which will be at the top. <div class="w-100 case-progress-bar input p-2" style="position: relative;" data-percentage="80"> <svg class=