Source code

Revision control

Copy as Markdown

Other Tools

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/testing/web-platform/tests/css/css-images/support/blue-green-red-yellow-no-size.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
<rect width="100%" height="100%" fill="grey"/>
<rect x="0" y="0" width="25px" height="50px" style="fill: blue"/>
<rect x="25px" y="0" width="25px" height="50px" style="fill: green"/>
<rect x="0" y="50px" width="25px" height="50px" style="fill: red"/>
<rect x="25px" y="50px" width="25px" height="50px" style="fill: yellow"/>
</svg>