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-50x100.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"
width="50px" height="100px" viewBox="0 0 50 100">
<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>