diff options
| author | Ivan Louette <ivan_louette@yahoo.fr> | 2009-04-28 11:32:08 +0000 |
|---|---|---|
| committer | ivanlouette57 <ivanlouette57@users.sourceforge.net> | 2009-04-28 11:32:08 +0000 |
| commit | ca4e9ce3fa30adaa9b0adad3e659b97f51345131 (patch) | |
| tree | f223e5b6ef58f32d70504a5aeecc51a52ded8630 | |
| parent | Adds a Lead pencil Image effect and replacing Glow and draw by a Soft focus lens (diff) | |
| download | inkscape-ca4e9ce3fa30adaa9b0adad3e659b97f51345131.tar.gz inkscape-ca4e9ce3fa30adaa9b0adad3e659b97f51345131.zip | |
Improving Lead pencil
(bzr r7785)
| -rw-r--r-- | share/filters/filters.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/filters/filters.svg b/share/filters/filters.svg index 93270b16a..9310a041c 100644 --- a/share/filters/filters.svg +++ b/share/filters/filters.svg @@ -1674,9 +1674,9 @@ </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" /> +<feColorMatrix type="matrix" result="result3" values="0 -2 0 0 1 0 -2 0 0 1 0 -2 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" /> +<feComposite result="fbSourceGraphic" id="feComposite2941" in="result6" in2="result6" operator="arithmetic" k1="1" k3="0.34999999999999998" k2="0" /> <feGaussianBlur result="result7" in="fbSourceGraphic" stdDeviation="0.5" id="feGaussianBlur2943" /> <feBlend blend="normal" id="feBlend2947" mode="multiply" in="result7" in2="result7" /> </filter> |
