preserveAspectRatio is an attribute that indicates whether the image should be scaled uniformly. This attribute only works if the <svg> element also has a viewBox.
The default value is xMidYMid, which maintains the aspect ratio and centers the path inside the SVG container:
<!-- when not ...