Skip to content

Instantly share code, notes, and snippets.

@patrickkettner
Last active August 29, 2015 14:04
Show Gist options
  • Save patrickkettner/edae8d453bc8e1f2da89 to your computer and use it in GitHub Desktop.
Save patrickkettner/edae8d453bc8e1f2da89 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<svg xmlns='http://www.w3.org/2000/svg'
xmlns:xlink='http://www.w3.org/1999/xlink'>
<filter id='invert'>
<feColorMatrix in='SourceGraphic' type='matrix' values='-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0' />
</filter>
<image xlink:href="http://www.html5rocks.com/en/tutorials/filters/understanding-css/images/peppersinvert.jpg" height="512px" width="512px" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment