Drawing paths in SVG is unfortunately limitted to absolute units. This is a workaround using viewBox to create coordinate system that transforms to percentage and uses vector-effect to keep stroke unit un-transformed. With this method you can draw paths using percentage values which is essential for fluid & responsive drawing.