<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>