summaryrefslogtreecommitdiffstats
path: root/image/test/mochitest/filter.svg
blob: e185f15b69ad94e107fb3a090c0752efdf61288b (plain)
1
2
3
4
5
6
7
8
9
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">

<filter id="filter1" x="0%" y="0%" width="100%" height="100%">
  <feImage xlink:href="animated-gif.gif"/>
</filter>
<g>
	<rect x="0" y="0" width="100%" height="100%" filter="url(#filter1)"/>
</g>
</svg>