Skip to content

Instantly share code, notes, and snippets.

@enbee81
Created June 28, 2018 08:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enbee81/d28b69daabbe48f0748fccc86d267f10 to your computer and use it in GitHub Desktop.
Save enbee81/d28b69daabbe48f0748fccc86d267f10 to your computer and use it in GitHub Desktop.
Using only one Filter
<g id="schedule-location" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="ocation">
<use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-1"></use>
</g>
<g id="L">
<use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-3"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-3"></use>
</g>
<g id="et">
<use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-5"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-5"></use>
</g>
<g id="chedule">
<use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-7"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-7"></use>
</g>
<g id="S">
<use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-9"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-9"></use>
</g>
</g>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment