layout/reftests/svg/gradient-live-01-ref.svg

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/svg/gradient-live-01-ref.svg	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +<svg xmlns="http://www.w3.org/2000/svg" 
     1.5 +     xmlns:xlink="http://www.w3.org/1999/xlink" font-size="80">
     1.6 +
     1.7 +<linearGradient id="grad1" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="0">
     1.8 +  <stop id="green"   stop-color="#00dd00"   offset="0"/>
     1.9 +  <stop id="blue"    stop-color="#0000dd"   offset="0.5"/>
    1.10 +  <stop id="magenta" stop-color="magenta"   offset="1"/>
    1.11 +</linearGradient>
    1.12 +<rect x="20" y="20" width="440" height="80" fill="url(#grad1)" />
    1.13 +
    1.14 +<linearGradient id="grad2" xlink:href="#grad1"/>
    1.15 +<rect x="20" y="150" width="440" height="80" fill="url(#grad2)" />
    1.16 +<text x="20" y="300" width="440" height="80" fill="url(#grad1)">gradiation</text>
    1.17 +<text x="20" y="400" width="440" height="80" fill="url(#grad2)">gradiation</text>
    1.18 +
    1.19 +</svg>

mercurial