Created
November 13, 2017 15:32
-
-
Save banesto/28ae6957497649d04b608fd2c0f8cd78 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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