Skip to content

Instantly share code, notes, and snippets.

@lemnis
Last active November 24, 2015 13:19
Show Gist options
  • Save lemnis/db5ba603c0536af8cc84 to your computer and use it in GitHub Desktop.
Save lemnis/db5ba603c0536af8cc84 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" width="640" height="550" viewBox="0 0 640 550">
<defs>
<filter id="hueRotate">
<feColorMatrix in="SourceGraphic" type="hueRotate" values="90" result="A"/>
</filter>
</defs>
<rect id="rect" x="0" y="0" width="200" height="200" fill="red" filter="url(#hueRotate)" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment