I need a solution that maintains a constant line width while still making the SVG responsive.
Here is the desired outcome: https://codepen.io/dudleystorey/pen/wMLBLK
The example linked above achieves this using CSS, but I am looking to achieve the same result with the <path>
element.