Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

svg not loading in chrome

Open the svg file in text editor like notepad and Change the following:

xlink:href="data:img/png;base64,

to 

xlink:href="data:image/png;base64,

source:
https://css-tricks.com/forums/topic/svg-css-background-image-not-showing-in-chrome/
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #svg #loading #chrome
ADD COMMENT
Topic
Name
8+5 =