summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/support/red-rect.svg
blob: 3fe10a2b6fd33ad9da17729964dd6bf965474912 (plain)
1
2
3
4
5
6
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
              "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 100">
    <rect width="200" height="100" style="fill:red;" />
</svg>