1 <?xml version=
"1.0" encoding=
"iso-8859-1"?>
2 <!DOCTYPE svg PUBLIC
"-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
3 <svg id=
"svg-root" width=
"100%" height=
"100%" viewBox=
"0 0 480 360" >
5 <SVGTestCase xmlns=
"http://www.w3.org/2000/02/svg/testsuite/description/" >
6 <OperatorScript version=
"$Revision: 1.1 $" testname=
"" >
12 <title id=
"test-title" > </title>
13 <desc id=
"test-desc" > </desc>
15 <!--======================================================================-->
16 <!--Content of Test Case follows... =====================-->
17 <!--======================================================================-->
18 <g id=
"testContent" color=
"ghostwhite" >
20 <linearGradient id=
"linearGrad1" gradientUnits=
"objectBoundingBox" y1=
"0" x1=
"0" y2=
"1" x2=
"1" >
21 <stop offset=
"000%" stop-color=
"orange" />
22 <stop offset=
"033%" stop-color=
"red" />
23 <stop offset=
"050%" stop-color=
"gold" />
24 <stop offset=
"066%" stop-color=
"red" />
25 <stop offset=
"100%" stop-color=
"orange" />
28 <radialGradient id=
"radialGrad1" gradientUnits=
"objectBoundingBox" cx=
"0.5" cy=
"0.5" r=
"0.5" fx=
"0.15" fy=
"0.15" >
29 <stop offset=
"000%" stop-color=
"orange" />
30 <stop offset=
"033%" stop-color=
"red" />
31 <stop offset=
"050%" stop-color=
"gold" />
32 <stop offset=
"066%" stop-color=
"red" />
33 <stop offset=
"100%" stop-color=
"orange" />
38 <rect id=
"rect1" x=
"001" y=
"050" width=
"239" height=
"125" stroke=
"none" />
39 <rect id=
"rect2" x=
"240" y=
"050" width=
"239" height=
"125" stroke=
"none" />
40 <rect id=
"rect3" x=
"001" y=
"175" width=
"239" height=
"125" stroke=
"none" fill=
"currentColor" />
41 <rect id=
"rect4" x=
"240" y=
"175" width=
"239" height=
"125" stroke=
"none" fill=
"url(#radialGrad1)" />
45 <text font-size=
"35" x=
"240" y=
"35" text-anchor=
"middle" fill=
"white" >svgRef1.svg
</text>
46 <text id=
"revision" x=
"10" y=
"340" font-size=
"40" stroke=
"none" fill=
"black">$Revision:
1.1 $
</text>
47 <rect id=
"test-frame" x=
"1" y=
"1" width=
"478" height=
"358" fill=
"none" stroke=
"#000000"/>