From 638728491d5d5abd16deb20a252676bb235a97bd Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Sun, 30 Sep 2007 20:56:15 +0000 Subject: Convolve Matrix Filter: Enable and use preserveAlpha attribute. Increase range for divisor attribute. (bzr r3818) --- src/sp-feconvolvematrix.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sp-feconvolvematrix.cpp') 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); } /* -- cgit v1.2.3