layout/reftests/svg/data-uri-with-filter-01-ref.svg

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/svg/data-uri-with-filter-01-ref.svg	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,13 @@
     1.4 +<svg xmlns="http://www.w3.org/2000/svg">
     1.5 +  <defs>
     1.6 +    <filter id="f1" filterUnits="objectBoundingBox"
     1.7 +            primitiveUnits="objectBoundingBox"
     1.8 +            x="0" y="0" width="1" height="1">
     1.9 +      <feFlood x="10%" y="10%" width="80%" height="80%"
    1.10 +               flood-color="#00ff00" flood-opacity="0.5"/>
    1.11 +    </filter>
    1.12 +  </defs>
    1.13 +  <g filter="url(#f1)">
    1.14 +    <rect x="0" y="0" width="100" height="100" fill="#00ff00" opacity="0"/>
    1.15 +  </g>
    1.16 +</svg>

mercurial