✨ instead of eyeballing it or doing trial-and-error to get stroke-dasharray or stroke-dashoffset for SVG animation, you can just get the exact length with the .getTotalLength() method on SVG geometry elements.
full disclosure I 100% learned about this method from
@gabriewee
's Path Length Calculator pen: codepen.io/gabriellewee/pen/EZPYmw
I have spent SO MANY HOURS of my life doing trial-and-error on SVG paths for CSS animations bro