Here is my svg:
https://s3-us-west-2.amazonaws.com/idelog/assets/cultii_logo_final.svg
It contains a linked .png. It renders fine in the browser by itself (as you will see if you click on link above).
But when I use it inside an IMG tag, the png portion does not render in either Chrome or Firefox:
http://plnkr.co/edit/tjNeMgFxpU91q8swBkPX?p=preview
<body>
<h1>SVG Demo</h1>
<img src="https://s3-us-west-2.amazonaws.com/idelog/assets/cultii_logo_final.svg" />
</body>
I have tried local and remote urls for linking the .png. What am I doing wrong?
Here is the SVG code:
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 257 74" enable-background="new 0 0 257 74" xml:space="preserve">
<g id="idolore_x5F_icon.psd_1_">
<image overflow="visible" width="287" height="274" id="Layer_1_2_" xlink:href="https://s3-us-west-2.amazonaws.com/idelog/assets/EDEE15BD15B895E0.png" transform="matrix(0.2254 0 0 0.2254 6.3 6.1153)">
</image>
</g>
<text transform="matrix(1 0 0 1 78 58)" font-family="'Lora-Bold'" font-size="67">cultii</text>
</svg>