Imported Upstream version 2.8.0
[platform/upstream/libxml2.git] / test / SVG / twin-gradients.xml
1 <?xml version="1.0" standalone="no"?>\r
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" \r
3   "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">\r
4 <svg width="4in" height="3in">\r
5   <desc>Gradients apply to leaf nodes\r
6   </desc>\r
7   <g>\r
8     <defs>\r
9       <lineargradient id="MyGradient">\r
10         <gradientstop offset="0%" color="#F60"/>\r
11         <gradientstop offset="70%" color="#FF6"/>\r
12       </lineargradient>\r
13     </defs>\r
14     <g style="fill: url(#MyGradient)">\r
15       <rect width="20" height="15.8"/>\r
16       <rect width="35" height="8"/>\r
17    </g>\r
18   </g>\r
19 </svg>\r