I need to create dynamic images with hyperlinks, SVG is perfect for this, but dont work with gallery :( ``` <div id="gallery"> <a href="cover.jpg"> <svg>match 2 images, hiperlinks, code, colors, text, etc.</svg> </a> ```