Skip to content

Instantly share code, notes, and snippets.

@Modicrumb
Created June 15, 2017 06:07
Show Gist options
  • Save Modicrumb/c7eff02ff79bc19ad42c6890c73426f8 to your computer and use it in GitHub Desktop.
Save Modicrumb/c7eff02ff79bc19ad42c6890c73426f8 to your computer and use it in GitHub Desktop.
$bronzo-filter: "data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'>
<defs>
<filter id='bronzo-filter'>
<feColorMatrix type='luminanceToAlpha' result='L2A'/>
<feFlood flood-color='cyan' result='colorfield'/>
<feBlend mode='multiply' in='L2A' in2='colorfield'/>
<feComposite operator='in' in2='SourceGraphic'/>
</filter>
</defs>
</svg>#bronzo-filter";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment