layout/reftests/text-svgglyphs/svg-glyph-objectgradient-ref.svg

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/text-svgglyphs/svg-glyph-objectgradient-ref.svg	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +<svg xmlns="http://www.w3.org/2000/svg">
     1.5 +
     1.6 +  <defs>
     1.7 +    <linearGradient id="grad" x1="0" y1="0" x2="800" y2="800" gradientUnits="userSpaceOnUse">
     1.8 +      <stop stop-color="purple" offset="0%" />
     1.9 +      <stop stop-color="lime" offset="100%" />
    1.10 +    </linearGradient>
    1.11 +    <radialGradient id="grad2" cx="250" cy="400" r="400" gradientUnits="userSpaceOnUse">
    1.12 +      <stop stop-color="red" offset="0%" />
    1.13 +      <stop stop-color="blue" offset="100%" />
    1.14 +    </radialGradient>
    1.15 +  </defs>
    1.16 +
    1.17 +  <rect x="20" y="20" width="160" height="160" stroke="none"
    1.18 +    fill="url(#grad)" />
    1.19 +    
    1.20 +  <rect x="310" y="10" width="180" height="180" fill="url(#grad)"
    1.21 +    stroke="none" />
    1.22 +    
    1.23 +  <rect x="20" y="320" width="160" height="160" fill="burlywood"
    1.24 +    stroke="url(#grad2)" stroke-width="10" />
    1.25 +    
    1.26 +  <rect x="310" y="310" width="180" height="180" fill="url(#grad2)"
    1.27 +    stroke="url(#grad)" stroke-width="20" />
    1.28 +</svg>

mercurial