svg not loading in chrome

Solutions on MaxInterview for svg not loading in chrome by the best coders in the world

showing results for - "svg not loading in chrome"
Amy
14 Mar 2018
1
2<object data="/images/yourlogo.svg" type="image/svg+xml" width="100" height="100" class="mylogo"></object>
3
4
Hubert
25 Aug 2019
1Open the svg file in text editor like notepad and Change the following:
2
3xlink:href="data:img/png;base64,
4
5to 
6
7xlink:href="data:image/png;base64,
8
9source:
10https://css-tricks.com/forums/topic/svg-css-background-image-not-showing-in-chrome/