I want to create a donut chart using an SVG circle element by setting stroke-dasharray and varying stroke-dashoffset. The SVG element needs to be rotat
stroke-dasharray
stroke-dashoffset
This is happening to me as well, I settled on using a rotation just shy of being divisible by 90 degrees to get around this in the interim.