Mypal/layout/reftests/svg/as-image/svg-image-simple-3.svg

8 lines
273 B
XML
Raw Normal View History

2019-03-11 03:26:37 -07:00
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="100" height="100">
<rect width="100%" height="100%" fill="red"/>
<image width="100%" height="100%"
xlink:href="limeInRed-noSVGDimensions-viewBox.svg"/>
</svg>