Skip to content

Instantly share code, notes, and snippets.

@banesto
Created November 13, 2017 15:32
Show Gist options
  • Save banesto/28ae6957497649d04b608fd2c0f8cd78 to your computer and use it in GitHub Desktop.
Save banesto/28ae6957497649d04b608fd2c0f8cd78 to your computer and use it in GitHub Desktop.
<img src="http://upload.wikimedia.org/wikipedia/zh/3/34/Lenna.jpg " alt="Lena Söderberg full color" title="Lena Söderberg full color" style="float:left" />
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="300" height="300">
<filter id="greyscale">
<feColorMatrix type="matrix" values="0.3333 0.3333 0.3333 0 0
0.3333 0.3333 0.3333 0 0
0.3333 0.3333 0.3333 0 0
0 0 0 1 0"/>
</filter>
<filter id="blur">
<feGaussianBlur stdDeviation="10"/>
</filter>
<image x="0" y="0" xlink:href="http://upload.wikimedia.org/wikipedia/zh/3/34/Lenna.jpg " filter="url(#blur)" width="300" height="300"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment