svg not showing in html src code example
Example: svg img tag not showing
in the svg file change
xlink:href="data:img/png;base64,
to
xlink:href="data:image/png;base64,
in the svg file change
xlink:href="data:img/png;base64,
to
xlink:href="data:image/png;base64,