summaryrefslogtreecommitdiffstats
path: root/image/test/mochitest/filter-final.svg
blob: b2b3dca00885b39fabb2a45710a97aeddec43fb1 (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-finalframe.gif"/>
</filter>
<g>
	<rect x="0" y="0" width="100%" height="100%" filter="url(#filter1)"/>
</g>
</svg>