Code

Rounding errors in feComposite: patch by Preben S (bug 318134)
[inkscape.git] / src / display / nr-filter-convolve-matrix.cpp
index e23a8b32f8a34621328e88ae14f2a7206aa5e5ff..3fca952da14c22de01349f506ba4bf07a2b4fa3a 100644 (file)
@@ -14,7 +14,8 @@
 #include "display/nr-filter-utils.h"
 #include <vector>
 
-namespace NR {
+namespace Inkscape {
+namespace Filters {
 
 FilterConvolveMatrix::FilterConvolveMatrix()
 {}
@@ -130,7 +131,7 @@ void FilterConvolveMatrix::set_preserveAlpha(bool pa){
     preserveAlpha = pa;
 }
 
-void FilterConvolveMatrix::area_enlarge(NRRectL &area, Matrix const &/*trans*/)
+void FilterConvolveMatrix::area_enlarge(NRRectL &area, Geom::Matrix const &/*trans*/)
 {
     //Seems to me that since this filter's operation is resolution dependent,
     // some spurious pixels may still appear at the borders when low zooming or rotating. Needs a better fix.
@@ -144,7 +145,8 @@ FilterTraits FilterConvolveMatrix::get_input_traits() {
     return TRAIT_PARALLER;
 }
 
-} /* namespace NR */
+} /* namespace Filters */
+} /* namespace Inkscape */
 
 /*
   Local Variables: