diff options
| author | Ivan Louette <ivan_louette@yahoo.fr> | 2009-06-16 14:38:15 +0000 |
|---|---|---|
| committer | ivanlouette57 <ivanlouette57@users.sourceforge.net> | 2009-06-16 14:38:15 +0000 |
| commit | 9c99e0a8172bc482c5b5fe97c7d1b8a204a596ec (patch) | |
| tree | b7ea7f10bd46a11f8a230a991131e128857f7990 | |
| parent | * [INTL:*] added some translator comments for filters.svg (diff) | |
| download | inkscape-9c99e0a8172bc482c5b5fe97c7d1b8a204a596ec.tar.gz inkscape-9c99e0a8172bc482c5b5fe97c7d1b8a204a596ec.zip | |
Improving Invert Hue and correcting Black light
(bzr r8086)
| -rw-r--r-- | share/filters/filters.svg | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/filters/filters.svg b/share/filters/filters.svg index 8496126c5..6e6bddcdb 100644 --- a/share/filters/filters.svg +++ b/share/filters/filters.svg @@ -204,11 +204,12 @@ <feComposite operator="in" in2="result0" id="feComposite2695" /> <feComposite operator="atop" in2="SourceGraphic" id="feComposite2697" /> </filter> -<filter id="filter2665" inkscape:label="Sharpen" x="0" y="0" width="1" height="1" inkscape:menu="Image effects" inkscape:menu-tooltip="Sharpen edges and boundaries within the object, force=0.15"> +<filter id="Sharpen0" inkscape:label="Sharpen" x="0" y="0" width="1" height="1" inkscape:menu="Image effects" inkscape:menu-tooltip="Sharpen edges and boundaries within the object, force=0.15"> <feConvolveMatrix order="3 3" kernelMatrix="0 -0.15 0 -0.15 1.6 -0.15 0 -0.15 0" id="feConvolveMatrix2667" divisor="1" in="SourceGraphic" targetX="1" targetY="1" /> </filter> -<filter inkscape:label="Sharpen more" id="filter2679" x="0" y="0" width="1" height="1" inkscape:menu="Image effects" inkscape:menu-tooltip="Sharpen edges and boundaries within the object, force=0.3"> -<feConvolveMatrix targetY="1" targetX="1" in="SourceGraphic" divisor="1" id="feConvolveMatrix2681" kernelMatrix="0 -0.3 0 -0.3 2.2 -0.3 0 -0.3 0" order="3 3" /> +<filter id="SharpenMore0" inkscape:label="Sharpen more" x="0" y="0" width="1" height="1" inkscape:menu="Image effects" inkscape:menu-tooltip="Sharpen edges and boundaries within the object, force=0.3"> +<feConvolveMatrix id="feConvolveMatrix2859" targetY="1" targetX="1" in="SourceGraphic" divisor="1" kernelMatrix="0 -0.3 0 -0.3 2.2 -0.3 0 -0.3 0" order="3 3" result="result1" /> +<feBlend blend="normal" id="feBlend2861" in2="SourceGraphic" mode="normal" result="result2" /> </filter> <filter id="filter2701" inkscape:label="Oil painting" inkscape:menu="Image effects" inkscape:menu-tooltip="Simulate oil painting style"> <feMorphology id="feMorphology2703" radius="2" in="SourceGraphic" result="result0" /> |
