summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/filters/feImage-1.svg
blob: 73fff9ee55d3ddd02b0d12b8ced26b9b47c051d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">

<filter id="f1" filterUnits="userSpaceOnUse" primitiveUnits="userSpaceOnUse" 
         x="10" y="10" width="700" height="700">
  <feImage xlink:href="mozilla-banner.gif" x="10" y="10" width="600" height="58"
   style="color-interpolation-filters:sRGB"/>
</filter>
<g filter="url(#f1)">
</g>

</svg>