What I use, and it works correctly in ADE 1.7, 2, and 4.
CSS
Code:
div.foto-svg {
text-align: center;
margin-top: 1em;
}
XHTML
Code:
<div class="foto-svg">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="100%" height="100%" viewBox="0 0 x y" preserveAspectRatio="xMidYMid meet">
<image width="x" height="y" xlink:href="../Images/image.jpg"/>
</svg>
</div>