SyntaxFix
Write A Post
Hire A Developer
Questions
I have found it best to add viewBox and preserveAspectRatio attributes to my SVGs. The viewbox should describe the full width and height of the SVG in the form 0 0 w h:
viewBox
preserveAspectRatio
0 0 w h
<svg preserveAspectRatio="xMidYMid meet" viewBox="0 0 700 550"></svg>