My website is using an SVG image, but I've noticed that the image appears blurry on all browsers. Can anyone provide some insights into why this might be happening?
Here is the HTML code snippet:
<div class="panel">
<img id="logo" src="img/teste.svg" alt="">
</div>
(The panel class is from Foundation)
Here is the CSS code snippet:
#logo {
position: absolute;
top: 0%;
height: 100%;
left: 1%;
width: 17%;
min-width: 219px;
min-height: 67px;
z-index: 1;}
I am unable to display the actual image, but here is the beginning of the SVG file:
<svg version="1.1" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="722.964px"
height="239.988px" viewBox="0 0 722.964 239.988" enable-background="new 0 0 722.964 239.988" xml:space="preserve">