Commit 372f1c86fff1594f24d0b9b7970f786c26eb20ea

Authored by Rodrigo Souto
1 parent 117cdd09

[tolerance-time] Adding the greyscale filter

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
public/filters.svg 0 → 100644
... ... @@ -0,0 +1,5 @@
  1 +<svg xmlns="http://www.w3.org/2000/svg">
  2 + <filter id="grayscale">
  3 + <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"/>
  4 + </filter>
  5 +</svg>
... ...