summaryrefslogtreecommitdiffstats
path: root/src/sp-feconvolvematrix.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2007-09-30 20:56:15 +0000
committertavmjong <tavmjong@users.sourceforge.net>2007-09-30 20:56:15 +0000
commit638728491d5d5abd16deb20a252676bb235a97bd (patch)
treec19a1b5d622e83bfc7f7f5510c4e765745f5e4c6 /src/sp-feconvolvematrix.cpp
parenttypo in Product uninst key (diff)
downloadinkscape-638728491d5d5abd16deb20a252676bb235a97bd.tar.gz
inkscape-638728491d5d5abd16deb20a252676bb235a97bd.zip
Convolve Matrix Filter:
Enable and use preserveAlpha attribute. Increase range for divisor attribute. (bzr r3818)
Diffstat (limited to 'src/sp-feconvolvematrix.cpp')
-rw-r--r--src/sp-feconvolvematrix.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-feconvolvematrix.cpp b/src/sp-feconvolvematrix.cpp
index 5a3edfc50..84a1a8682 100644
--- a/src/sp-feconvolvematrix.cpp
+++ b/src/sp-feconvolvematrix.cpp
@@ -321,6 +321,7 @@ static void sp_feConvolveMatrix_build_renderer(SPFilterPrimitive *primitive, NR:
nr_convolve->set_kernelMatrix(sp_convolve->kernelMatrix);
nr_convolve->set_divisor(sp_convolve->divisor);
nr_convolve->set_bias(sp_convolve->bias);
+ nr_convolve->set_preserveAlpha(sp_convolve->preserveAlpha);
}
/*