diff options
| author | Ivan Louette <ivan_louette@yahoo.fr> | 2009-06-17 21:37:25 +0000 |
|---|---|---|
| committer | ivanlouette57 <ivanlouette57@users.sourceforge.net> | 2009-06-17 21:37:25 +0000 |
| commit | e1a7034a50ba62608ecbd3f4eab33afbad6ffc92 (patch) | |
| tree | c2ff73d5b1b5e6c9dc60539a08ea72c88a01f6f7 | |
| parent | Romanian translation update by qbit (diff) | |
| download | inkscape-e1a7034a50ba62608ecbd3f4eab33afbad6ffc92.tar.gz inkscape-e1a7034a50ba62608ecbd3f4eab33afbad6ffc92.zip | |
Adding a Fuzzy glow
(bzr r8103)
| -rw-r--r-- | share/filters/filters.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/filters/filters.svg b/share/filters/filters.svg index 5ef81fbd3..66e08b786 100644 --- a/share/filters/filters.svg +++ b/share/filters/filters.svg @@ -1726,5 +1726,11 @@ <feMorphology id="feMorphology2905" operator="dilate" radius="10" result="result4" /> <feBlend blend="normal" id="feBlend2899" in="result4" in2="result1" mode="darken" result="result3" /> </filter> +<filter inkscape:label="Fuzzy glow" inkscape:menu="Shadows and Glows" inkscape:menu-tooltip="In and out glow with a possible offset and colorizable flood" height="1.2" y="-0.1" width="1.2" x="-0.1" id="FuzzyGlo0"> +<feOffset dx="4" dy="4" id="feOffset2969" result="result11" in="SourceGraphic" /> +<feGaussianBlur stdDeviation="4" result="result8" id="feGaussianBlur2971" /> +<feComposite result="result9" in="SourceGraphic" operator="in" in2="result8" id="feComposite2975" k1="0.5" k2="0.5" k3="0" /> +<feBlend in="result9" in2="result8" blend="normal" mode="darken" id="feBlend2977" /> +</filter> </defs> </svg> |
