1 <?xml version=
"1.0" standalone=
"no"?>
2 <!DOCTYPE svg PUBLIC
"-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
5 xmlns=
"http://www.w3.org/2000/svg"
6 xmlns:
xlink=
"http://www.w3.org/1999/xlink"
9 <g transform=
"translate(10,10)">
11 x=
"0" y=
"0" width=
"100" height=
"100"
12 style=
"fill:blue;stroke-width:1;stroke:black;"
19 xlink:
href=
"resources/green-checker.png"
22 <g transform=
"matrix(200 0 0 200 190 10)">
24 x=
"0" y=
"0" width=
".5" height=
".5"
25 style=
"fill:blue;stroke-width:0.005;stroke:black;"
32 xlink:
href=
"resources/green-checker.png"
36 transform=
"matrix(1 0 0 1 10 120)"
38 <text font-family=
"'Courier'" font-size=
"9">
39 <tspan x=
"0" y=
"0">For this test case to be successful, both
</tspan>
40 <tspan x=
"0" y=
"15">square must include the same image. In Safari
</tspan>
41 <tspan x=
"0" y=
"30">Beta
3, an <![CDATA[
<image>]]
> tag with width
</tspan>
42 <tspan x=
"0" y=
"45">or height less than one fails to paint image.
</tspan>
43 <tspan x=
"0" y=
"60">The <![CDATA[
<image>]]
> tag on the right has
</tspan>
44 <tspan x=
"0" y=
"75">a width and height of
0.5.
</tspan>
45 <tspan x=
"0" y=
"90">Bug
14241</tspan>