I'm trying to insert a vectorized image in SVG format, but I only see it in mozilla firefox, for IE and chrome it does not appear. I have searched for some documentation about svg in navigators, in many I see examples where shapes are drawn by placing coordinates, colors and the browser renders in svg image, but in my house I have that svg image in file.
Code:
<div class= "spacioLogos">
<p:graphicImage value="./images/logo_mexico.svg" width="120" height="55" styleClass="logoizquierda"/>
<p:graphicImage value="./images/logo_mexico.svg" width="120" height="55" styleClass="img"/>
</div>
The same thing is seen if I put the html img:
<img src="./images/logo_mexico.svg" width="120" height="55" class="responsive" />