From b352ca710fbaef29a6eebdb42adad0b41716bef7 Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Thu, 18 Aug 2011 21:33:47 +0200 Subject: Filters. Removing unnecessary elements and attributes. (bzr r10551) --- src/extension/internal/filter/blurs.h | 4 ++-- src/extension/internal/filter/bumps.h | 4 ++-- src/extension/internal/filter/color.h | 18 +++++++++--------- src/extension/internal/filter/morphology.h | 2 +- src/extension/internal/filter/paint.h | 12 ++++++------ src/extension/internal/filter/transparency.h | 4 ++-- 6 files changed, 22 insertions(+), 22 deletions(-) (limited to 'src') diff --git a/src/extension/internal/filter/blurs.h b/src/extension/internal/filter/blurs.h index 1854572ff..39d40ee33 100644 --- a/src/extension/internal/filter/blurs.h +++ b/src/extension/internal/filter/blurs.h @@ -231,7 +231,7 @@ CrossBlur::get_filter_text (Inkscape::Extension::Extension * ext) "\n" "\n" "\n" - "\n" + "\n" "\n", bright.str().c_str(), fade.str().c_str(), hblur.str().c_str(), vblur.str().c_str(), blend.str().c_str()); return _filter; @@ -400,7 +400,7 @@ ImageBlur::get_filter_text (Inkscape::Extension::Extension * ext) "\n" "\n" "\n" - "\n" + "\n" "\n" "\n" "\n", a.str().c_str(), r.str().c_str(), g.str().c_str(), b.str().c_str(), diff --git a/src/extension/internal/filter/bumps.h b/src/extension/internal/filter/bumps.h index e9860f4a7..ef7f1dc8b 100644 --- a/src/extension/internal/filter/bumps.h +++ b/src/extension/internal/filter/bumps.h @@ -707,13 +707,13 @@ WaxBump::get_filter_text (Inkscape::Extension::Extension * ext) "\n" "\n" "\n" - "\n" + "\n" "\n" "\n" "\n" "\n" "\n" - "\n" + "\n" "\n" "\n", simplifyImage.str().c_str(), background.str().c_str(), bgopacity.str().c_str(), red.str().c_str(), green.str().c_str(), blue.str().c_str(), crop.str().c_str(), diff --git a/src/extension/internal/filter/color.h b/src/extension/internal/filter/color.h index 9ba03a3d6..77fa06a25 100644 --- a/src/extension/internal/filter/color.h +++ b/src/extension/internal/filter/color.h @@ -597,7 +597,7 @@ Duochrome::get_filter_text (Inkscape::Extension::Extension * ext) "\n" "\n" "\n" - "\n" + "\n" "\n" "\n", a1.str().c_str(), r1.str().c_str(), g1.str().c_str(), b1.str().c_str(), swap1.str().c_str(), a2.str().c_str(), r2.str().c_str(), g2.str().c_str(), b2.str().c_str(), swap2.str().c_str(), @@ -702,7 +702,7 @@ ExtractChannel::get_filter_text (Inkscape::Extension::Extension * ext) _filter = g_strdup_printf( "\n" "\n" - "\n" + "\n" "\n", colors.str().c_str(), alpha.str().c_str(), invert.str().c_str(), blend.str().c_str() ); return _filter; @@ -1129,13 +1129,13 @@ Nudge::get_filter_text (Inkscape::Extension::Extension * ext) "\n" "\n" "\n" - "\n" + "\n" "\n" "\n" - "\n" + "\n" "\n" "\n" - "\n" + "\n" "\n" "\n", a.str().c_str(), r.str().c_str(), g.str().c_str(), b.str().c_str(), rx.str().c_str(), ry.str().c_str(), source.str().c_str(), blend.str().c_str(), @@ -1224,10 +1224,10 @@ Quadritone::get_filter_text (Inkscape::Extension::Extension * ext) "\n" "\n" "\n" - "\n" + "\n" "\n" "\n" - "\n" + "\n" "\n", dist.str().c_str(), colors.str().c_str(), blend1.str().c_str(), sat.str().c_str(), blend2.str().c_str() ); return _filter; @@ -1352,7 +1352,7 @@ public: "<_item value=\"normal\">" N_("Normal") "\n" "<_item value=\"enhue\">" N_("Enhance hue") "\n" "<_item value=\"phospho\">" N_("Phosphorescence") "\n" - "<_item value=\"phosphoB\">" N_("Phosphorescence B") "\n" + "<_item value=\"phosphoB\">" N_("Colored nights") "\n" "<_item value=\"htb\">" N_("Hue to background") "\n" "\n" "\n" @@ -1472,7 +1472,7 @@ Tritone::get_filter_text (Inkscape::Extension::Extension * ext) "\n" "\n" "\n" - "\n" + "\n" "\n" "\n" "\n", dist.str().c_str(), globalblend.str().c_str(), diff --git a/src/extension/internal/filter/morphology.h b/src/extension/internal/filter/morphology.h index d893ae635..2f5c3ecc8 100644 --- a/src/extension/internal/filter/morphology.h +++ b/src/extension/internal/filter/morphology.h @@ -184,7 +184,7 @@ Outline::get_filter_text (Inkscape::Extension::Extension * ext) "\n" "\n" "\n" - "\n" + "\n" "\n", width.str().c_str(), melt.str().c_str(), dilat.str().c_str(), erosion.str().c_str(), a.str().c_str(), r.str().c_str(), g.str().c_str(), b.str().c_str()); return _filter; diff --git a/src/extension/internal/filter/paint.h b/src/extension/internal/filter/paint.h index b22eeb889..fec2f8356 100644 --- a/src/extension/internal/filter/paint.h +++ b/src/extension/internal/filter/paint.h @@ -186,12 +186,12 @@ Chromolitho::get_filter_text (Inkscape::Extension::Extension * ext) "\n" "\n" "\n" - "\n" + "\n" "\n" "\n" "\n" "\n" - "\n" + "\n" "\n" "\n" "\n" @@ -284,7 +284,7 @@ CrossEngraving::get_filter_text (Inkscape::Extension::Extension * ext) "\n" "\n" "\n" - "\n" + "\n" "\n" "\n", clean.str().c_str(), dilat.str().c_str(), erosion.str().c_str(), strength.str().c_str(), length.str().c_str(), length.str().c_str(), trans.str().c_str()); @@ -442,7 +442,7 @@ Drawing::get_filter_text (Inkscape::Extension::Extension * ext) "\n" "\n" "\n" - "\n" + "\n" "\n" "\n" "\n" @@ -639,7 +639,7 @@ NeonDraw::get_filter_text (Inkscape::Extension::Extension * ext) _filter = g_strdup_printf( "\n" - "\n" + "\n" "\n" "\n" "\n" @@ -806,7 +806,7 @@ PointEngraving::get_filter_text (Inkscape::Extension::Extension * ext) _filter = g_strdup_printf( "\n" "\n" - "\n" + "\n" "\n" "\n" "\n" diff --git a/src/extension/internal/filter/transparency.h b/src/extension/internal/filter/transparency.h index 696c65b48..989df0131 100644 --- a/src/extension/internal/filter/transparency.h +++ b/src/extension/internal/filter/transparency.h @@ -90,7 +90,7 @@ Blend::get_filter_text (Inkscape::Extension::Extension * ext) _filter = g_strdup_printf( "\n" - "\n" + "\n" "\n", source.str().c_str(), mode.str().c_str() ); return _filter; @@ -308,7 +308,7 @@ Opacity::get_filter_text (Inkscape::Extension::Extension * ext) << (-ext->get_param_float("erode")); _filter = g_strdup_printf( - "\n" + "\n" "\n" "\n" "\n", matrix.str().c_str(), opacity.str().c_str()); -- cgit v1.2.3