diff options
| author | Ivan Louette <ivan_louette@yahoo.fr> | 2009-04-28 10:11:00 +0000 |
|---|---|---|
| committer | ivanlouette57 <ivanlouette57@users.sourceforge.net> | 2009-04-28 10:11:00 +0000 |
| commit | 7d88481ccfb16c1c1c2f2860bc4c2818c9f7a647 (patch) | |
| tree | 747665e1fa56c77ac1e7d167d9a7cc99d0948816 | |
| parent | * [INTL: sk] Slovak translation update (trunk) (diff) | |
| download | inkscape-7d88481ccfb16c1c1c2f2860bc4c2818c9f7a647.tar.gz inkscape-7d88481ccfb16c1c1c2f2860bc4c2818c9f7a647.zip | |
Adds a Lead pencil Image effect and replacing Glow and draw by a Soft focus lens
(bzr r7784)
| -rw-r--r-- | share/filters/filters.svg | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/share/filters/filters.svg b/share/filters/filters.svg index ff2623fc6..93270b16a 100644 --- a/share/filters/filters.svg +++ b/share/filters/filters.svg @@ -1103,12 +1103,11 @@ <feBlend id="feBlend3510" blend="normal" mode="multiply" /> <feBlend id="feBlend3512" blend="normal" mode="multiply" /> </filter> -<filter id="filter3282" inkscape:label="Glow and draw" inkscape:menu="Image effects" inkscape:menu-tooltip="Glowing content, posterized edges" height="1" y="0" width="1" x="0"> -<feGaussianBlur id="feGaussianBlur3284" stdDeviation="2" result="result3" /> -<feComposite id="feComposite3286" in2="result3" operator="in" in="result3" k2="-1" k1="0" k3="1" k4="0" result="result1" /> -<feBlend id="feBlend3288" in2="result1" result="result5" blend="normal" mode="darken" in="SourceGraphic" /> -<feBlend blend="normal" id="feBlend3290" mode="darken" in="result5" result="result6" /> -<feBlend blend="normal" id="feBlend3292" mode="screen" /> +<filter id="Softfoc0" inkscape:label="Soft focus lens" inkscape:menu="Image effects" inkscape:menu-tooltip="Glowing image content without blurring it" height="1" y="0" width="1" x="0"> +<feGaussianBlur id="feGaussianBlur2936" stdDeviation="5" result="result3" /> +<feComposite id="feComposite2938" in2="result3" operator="arithmetic" in="result3" k2="0" k1="0.5" k3="0.5" k4="0" result="result1" /> +<feBlend id="feBlend2940" in2="result1" result="result5" blend="normal" mode="screen" in="SourceGraphic" /> +<feBlend id="feBlend2942" blend="normal" mode="darken" in="result5" result="result6" /> </filter> <filter id="Stainglas0" inkscape:label="Stained glass" inkscape:menu="Bevels" inkscape:menu-tooltip="Illuminated stained glass effect" height="1.5" width="1.5" y="-0.25" x="-0.25"> <feBlend id="feBlend2977" result="result1" mode="screen" blend="normal" /> @@ -1673,5 +1672,13 @@ <feBlend id="feBlend2978" in="result1" in2="SourceGraphic" result="result5" mode="screen" blend="normal" /> <feComposite id="feComposite2980" in2="fbSourceGraphicAlpha" result="result4" operator="atop" k2="1.5" k3="0.59999999999999998" in="result5" /> </filter> +<filter inkscape:menu-tooltip="Give lead pencil or chromolithography or engraving or other effects" inkscape:menu="Image effects" height="1" width="1" y="0" x="0" inkscape:label="Lead pencil" id="Leadpenc0"> +<feConvolveMatrix order="3 3" kernelMatrix="1 1 1 1 -8 1 1 1 1 " in="SourceGraphic" divisor="1" targetX="1" targetY="1" preserveAlpha="true" result="result0" bias="0" id="feConvolveMatrix2935" /> +<feColorMatrix type="matrix" result="result3" values="0 -1 0 0 1 0 -1 0 0 1 0 -1 0 0 1 0 0 0 1 0 " id="feColorMatrix2937" /> +<feBlend in2="result3" blend="normal" id="feBlend2939" mode="multiply" in="result3" result="result6" /> +<feComposite result="fbSourceGraphic" id="feComposite2941" in="result6" in2="result6" operator="arithmetic" k1="0.80000000000000004" k3="0.29999999999999999" k2="0" /> +<feGaussianBlur result="result7" in="fbSourceGraphic" stdDeviation="0.5" id="feGaussianBlur2943" /> +<feBlend blend="normal" id="feBlend2947" mode="multiply" in="result7" in2="result7" /> +</filter> </defs> </svg> |
