Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/reftests/svg/image/image-with-following-content.svg
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
<rect width="100%" height="100%" fill="lime" />
<rect width="220" height="220" fill="red" />
<svg x="10" y="10" width="200" height="200">
<image width="200" height="200" href="blueRect10x10.png"/>
</svg>
<rect width="220" height="220" fill="lime" />
</svg>