Created by: MartijnCuppens
The stack logo is misaligned in IE because IE doesn't handle height: auto
all too well. With preserveAspectRatio
we can align the SVG content within, which looks the same visually.
I also added a fix for newlines being added by IDEs each time an SVG is edited.