Html – How to vertically stretch an SVG without creating empty space at the bottom?
I'm trying to modify an SVG to increase its height while maintaining its design elements anchored to the bottom. The SVG is an arrow contained within a div. Here's the current SVG code: <div class="arrow"> <svg width="99" height="113" viewBox="0 0…