• My vector files can only be seen in the regular Chrome browser (not in Incognito). They also can’t be seen in any other browser. After hours of trying to find a solution that makes sense to no avail, I decided to reach out to you and see if you could help me with this. Here’s how they look in Chrome: https://www.staging4.martinyarnell.com/veterans-benefits/ The logo and the image of the soldier in the wheelchair are both vector files. All the Mozilla recommendations either didn’t work or didn’t make any sense to me. Help. What’s the trick to this?

    None of these code snippets worked either:

    AddType image/svg+xml .svg .svgz

    `img[src$=”.svg”] {
    height: auto;
    width: 120px;
    }

    <svg xmlns=”https://www.w3.org/2000/svg” xml:lang=”en”
    xmlns:xlink=”https://www.w3.org/1999/xlink”
    </svg>

    <script>
    $(document).ready(function () {
    var svg = $(‘#chart’).find(‘svg’)[0];
    svg.setAttribute(‘xmlns’, ‘https://www.w3.org/2000/svg’);
    svg.setAttribute(‘xmlns:xlink’, ‘https://www.w3.org/1999/xlink’);

    }); Object
    </script>

    Thanks.

    The page I need help with: [log in to see the link]

  • The topic ‘SVG Browser Compatibility’ is closed to new replies.