Html – Animate SVG along path horizontally responsive
I have an horizontally responsive SVG path that stretch without keeping its ratio, and it's working when using preserveAspectRatio="none" on the tag and vector-effect="non-scaling-stroke" on the path to keep it intact. But I also need to animate an element along…