diff options
| author | Ivan Louette <ivan_louette@yahoo.fr> | 2009-08-06 11:09:03 +0000 |
|---|---|---|
| committer | ivanlouette57 <ivanlouette57@users.sourceforge.net> | 2009-08-06 11:09:03 +0000 |
| commit | b6dc7a4191f2216c4882073c500b4d91cb8d89c2 (patch) | |
| tree | 5bcf14ba53fe91439c976f5469e2334032609c46 /share/filters | |
| parent | Inkscape::XML::Document -> Inkscape::XML::DocumentTree (more refactoring ...) (diff) | |
| download | inkscape-b6dc7a4191f2216c4882073c500b4d91cb8d89c2.tar.gz inkscape-b6dc7a4191f2216c4882073c500b4d91cb8d89c2.zip | |
Adding one more control to Smart Jelly
(bzr r8421)
Diffstat (limited to 'share/filters')
| -rw-r--r-- | share/filters/filters.svg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/filters/filters.svg b/share/filters/filters.svg index 8b9d745f6..bb63d5c87 100644 --- a/share/filters/filters.svg +++ b/share/filters/filters.svg @@ -20,9 +20,10 @@ </feSpecularLighting> <feComposite operator="atop" in2="result0" /> </filter> -<filter id="f002" inkscape:menu-tooltip="Same as Matte jelly but with more controls" inkscape:menu="Bevels" height="1" width="1" y="0" x="0" inkscape:label="Smart jelly"> +<filter id="f002" inkscape:label="Smart jelly" inkscape:menu="Bevels" inkscape:menu-tooltip="Same as Matte jelly but with more controls" height="1" width="1" y="0" x="0"> <feBlend result="result3" blend="normal" mode="normal" /> -<feColorMatrix in="result3" result="result0" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.85 0 " /> +<feComposite result="result4" operator="arithmetic" k2="1" /> +<feColorMatrix id="feColorMatrix3006" in="result4" result="result0" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.85 0 " /> <feGaussianBlur stdDeviation="7" in="SourceAlpha" /> <feSpecularLighting result="result1" specularExponent="25" specularConstant="1" surfaceScale="5"> <feDistantLight azimuth="225" elevation="60" /> |
