For some reason, Chrome is displaying the SVG without the images in its Image tags.
Here is a sample from my SVG:
PaulLeBeau's answer is right. But another solution is to use an embed tag instead of an img tag for the picture.
embed
img
Here are some ways to embed svg images in HTML.