<img> SVG Image Issue With Google Chrome
Hi !
I am trying to employ SVG Images, works great in All Browsers, even IE, but Google Chrome, Nooooooooo ! I even have the current Version of Google Chrome, still a no go.
Can anyone tell me if this is common?
Code:
<div id="logo">
<a href="<?php echo home_url(); ?>">
<!-- SVG Logo - toddmotto.com/mastering-svg-use-for-a-retina-web-fallbacks-with-png-script -->
<img src="<?php echo get_template_directory_uri(); ?>/img/logo.svg" alt="Logo">
</a>
</div>
Thank you