Using SVG to animate and flip a hexagon
I have never really used SVGs but reading some tutorials about it now and tested some stuff. I am learning how to make shapes like a hexagon but now need to make it flip down on the vertical axis and expanding in size while keeping the bottom of the non flipped hexagon as the top of the new flipped hexagon. My code is here: <html> <style> #test:hover { fill: yellow; } </style> <body> <div class="viewBox"> <h1>SVG Testing</h1> <svg height="900" width="400" version="1.1" xmlns="http://www.w3.org/2000/svg" style="background-color: gray;"> <path d="M0 86.60254037844386L50 0L150 0L200 86