diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2011-03-19 22:44:32 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2011-03-19 22:44:32 +0000 |
| commit | abbacc9924a0fdde68d4c6a5366bef79cc224ecd (patch) | |
| tree | a9f36beb1380f4e8facc890d31bc94c84101d4af | |
| parent | libgomp-1.dll has moved? (diff) | |
| download | inkscape-abbacc9924a0fdde68d4c6a5366bef79cc224ecd.tar.gz inkscape-abbacc9924a0fdde68d4c6a5366bef79cc224ecd.zip | |
Filters. Fix for Bug #737813 (translucent filter crashes program when resizing page & extends beyond image).
Fixed bugs:
- https://launchpad.net/bugs/737813
(bzr r10117)
| -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 b9c0abc3b..5df7e9195 100644 --- a/share/filters/filters.svg +++ b/share/filters/filters.svg @@ -538,7 +538,7 @@ <feConvolveMatrix order="3 3" kernelMatrix="1 0 0 0 2 0 0 0 -1 " targetX="0" targetY="0" divisor="1.5" edgeMode="duplicate" in="result2" /> </filter> <filter id="f055" inkscape:label="Translucent" inkscape:menu="Bevels" inkscape:menu-tooltip="Illuminated translucent plastic or glass effect" x="-0.25" y="-0.25" width="1.5" height="1.5" color-interpolation-filters="sRGB"> -<feBlend mode="screen" result="result1" in2="result91" /> +<feBlend mode="screen" result="result1" /> <feGaussianBlur stdDeviation="8" result="result6" /> <feComposite operator="xor" in="result6" in2="SourceGraphic" /> <feGaussianBlur stdDeviation="5" result="result2" /> @@ -2194,4 +2194,4 @@ <feComposite in="color" in2="SourceGraphic" operator="in" k1="1" /> </filter> </defs> -</svg>
\ No newline at end of file +</svg> |
