1 <?xml version=
"1.0" encoding=
"iso-8859-1" ?>
2 <!DOCTYPE svg PUBLIC
"-//W3C//DTD SVG Tiny 1.1//EN"
3 "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd">
4 <svg viewBox=
"0 0 500 350" onload=
"loaded()"
5 xmlns=
"http://www.w3.org/2000/svg" version=
"1.1" baseProfile=
"tiny"
6 xmlns:
xlink=
"http://www.w3.org/1999/xlink">
7 <g id=
"test-body-content" font-family=
"SVGFreeSansASCII,sans-serif" font-size=
"18">
8 <rect x=
"0" y=
"0" width=
"480" height=
"360" fill=
"#fff" />
9 <g transform=
"translate(80,-20) scale(0.45)">
11 <circle cx=
"0" cy=
"0" r=
"70" fill=
"#f00">
14 path=
"M100,100L100,500 500,500 500,100 100,100"
19 <circle cx=
"0" cy=
"0" r=
"60"
20 stroke=
"#00f" stroke-width=
"21"
24 path=
"M100,100L100,500 500,500 500,100 100,100"
30 <circle cx=
"0" cy=
"0" r=
"40"
31 stroke=
"#00f" stroke-width=
"21"
35 path=
"M100,100L100,500 500,500 500,100 100,100"
39 rotate=
"auto-reverse" />
41 <circle cx=
"0" cy=
"0" r=
"20"
42 stroke=
"#00f" stroke-width=
"21"
46 path=
"M100,100L100,500 500,500 500,100 100,100"
55 <g fill=
"none" stroke-width=
"20"
56 stroke=
"#888" stroke-linecap=
"round" stroke-linejoin=
"round">
57 <rect x=
"100" y=
"100" width=
"400" height=
"400">
58 <set attributeName=
"display" to=
"none" begin=
"4s" />
60 <rect x=
"200" y=
"200" width=
"400" height=
"400" />
65 if (window.testRunner)
66 testRunner.waitUntilDone();
69 document.documentElement.setCurrentTime(
8);
71 if (window.testRunner)
72 testRunner.notifyDone();