Discovered a super easy way to build circular progress bars with SVG that scale to any size! 😀
The pathLength attribute lets you normalize the length of a circle to 100. Then stroke-dasharray and stroke-dashoffset can be defined using percentages to create the progress bar.