Guest User

Inkscape Transparency filters

a guest
Feb 18th, 2012
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.21 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!-- Inkscape Transparency filters. CC-BY-SA v1nce. Edited by ChrisLo. Feb. 2012. inkscapeforum.com copy to share/filters -->
  3. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
  4. <svg width="400" height="400" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.1">
  5. <defs>
  6. <filter id="v1nce01" inkscape:label="Simple Green" inkscape:menu="Transparency utilities">
  7. <feColorMatrix values="0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 -0.2125 -0.7154 -0.07 0 1 " />
  8. <feComposite in2="SourceGraphic" operator="in" />
  9. </filter>
  10. <filter id="v1nce02" inkscape:label="Simple Red" inkscape:menu="Transparency utilities">
  11. <feColorMatrix values="0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 -0.2125 -0.7154 -0.07 0 1 " />
  12. <feComposite in2="SourceGraphic" operator="in" />
  13. </filter>
  14. <filter id="v1nce03" inkscape:label="Simple Blue" inkscape:menu="Transparency utilities">
  15. <feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 -0.2125 -0.7154 -0.07 0 1 " />
  16. <feComposite in2="SourceGraphic" operator="in" />
  17. </filter>
  18. <filter id="v1nce04" inkscape:label="Simple Yellow" inkscape:menu="Transparency utilities">
  19. <feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 -0.2125 -0.7154 -0.07 0 1 " />
  20. <feComposite in2="SourceGraphic" operator="in" />
  21. </filter>
  22. <filter id="v1nce05" inkscape:label="Simple Black" inkscape:menu="Transparency utilities">
  23. <feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -0.2125 -0.7154 -0.07 0 1 " />
  24. <feComposite in2="SourceGraphic" operator="in" />
  25. </filter>
  26. <filter id="v1nce06" inkscape:label="Simple White" inkscape:menu="Transparency utilities">
  27. <feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 -0.2125 -0.7154 -0.07 0 1 " />
  28. <feComposite in2="SourceGraphic" operator="in" />
  29. </filter>
  30. <filter id="v1nce07" inkscape:label="WithSlider (Hue Saturate)" inkscape:menu="Transparency utilities">
  31. <feColorMatrix values="0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 -0.2125 -0.7154 -0.07 0 1 " result="result1" />
  32. <feComposite in2="SourceGraphic" operator="in" />
  33. <feColorMatrix type="hueRotate" values="0" />
  34. <feColorMatrix type="saturate" values="1" />
  35. </filter>
  36. </defs>
  37. </svg>
Advertisement
Add Comment
Please, Sign In to add comment