diff options
| author | Ivan Louette <ivan_louette@yahoo.fr> | 2009-04-13 16:21:24 +0000 |
|---|---|---|
| committer | ivanlouette57 <ivanlouette57@users.sourceforge.net> | 2009-04-13 16:21:24 +0000 |
| commit | f35f6df3f0d6fca37fedd0982536e14d60f6085c (patch) | |
| tree | 44a59c17123d699ffe60178a494e6c370867f09c | |
| parent | Adding a Distort filter called Noisy blur, moving Ghosten to Image effects (diff) | |
| download | inkscape-f35f6df3f0d6fca37fedd0982536e14d60f6085c.tar.gz inkscape-f35f6df3f0d6fca37fedd0982536e14d60f6085c.zip | |
Renaming Ghosten to Eraser, improving it to adjust with color matrix and moving it to a new Masking tools submenu
(bzr r7701)
| -rw-r--r-- | share/filters/filters.svg | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/share/filters/filters.svg b/share/filters/filters.svg index d2582a8d0..0e02746d4 100644 --- a/share/filters/filters.svg +++ b/share/filters/filters.svg @@ -1679,12 +1679,13 @@ <feComposite id="feComposite2922" in2="SourceGraphic" operator="arithmetic" in="result2" k1="0" k2="0" k3="2" result="result4" /> <feBlend blend="normal" id="feBlend2962" in="result2" mode="multiply" result="result3" /> </filter> -<filter id="Ghosten0" inkscape:label="Ghosten" inkscape:menu="Image effects" inkscape:menu-tooltip="Turns light or dark areas to transparency" x="0" width="1" y="0" height="1"> -<feColorMatrix in="SourceGraphic" result="result1" type="luminanceToAlpha" id="feColorMatrix3202" /> -<feComposite k2="2" k3="0" in="SourceGraphic" result="result2" operator="out" id="feComposite3204" /> -<feBlend blend="normal" id="feBlend3581" mode="normal" in="result2" /> +<filter id="Eraser0" inkscape:label="Eraser" inkscape:menu="Masking tools" inkscape:menu-tooltip="Make the lightest parts of the object progressively transparent"> +<feColorMatrix id="feColorMatrix2860" in="SourceGraphic" result="result1" type="luminanceToAlpha" /> +<feColorMatrix id="feColorMatrix2866" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 " /> +<feComposite id="feComposite2862" k2="2" k3="0" in="SourceGraphic" result="result2" operator="out" /> +<feBlend id="feBlend2864" blend="normal" mode="normal" in="result2" /> </filter> -<filter id="Noisyblur0" inkscape:label="Noisy blur" inkscape:menu="Distort" inkscape:menu-tooltip="Small-scale roughening and blurring to edges and content"> +<filter id="Noisyblur0" inkscape:label="Noisy blur" inkscape:menu="Distort" inkscape:menu-tooltip="Small-scale roughening and blurring to edges and content" x="-0.25" width="1.5" y="-0.25" height="1.5"> <feGaussianBlur stdDeviation="5" id="feGaussianBlur3241" result="result1" /> <feTurbulence id="feTurbulence3219" numOctaves="1" seed="0" type="fractalNoise" in="SourceAlpha" baseFrequency="0.10000000000000001" result="result2" /> <feDisplacementMap id="feDisplacementMap3221" numOctaves="2" scale="5" yChannelSelector="G" xChannelSelector="R" result="result3" in="result1" /> |
