From 5af713b2b56e27b4086de83e1dd890fc31c01497 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 06 2012 03:29:19 +0000 Subject: Update `Functions/Render/Svg/svg.sh' file. --- diff --git a/Scripts/Bash/Functions/Render/Svg/svg.sh b/Scripts/Bash/Functions/Render/Svg/svg.sh index 5eb958a..4cff8a2 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg.sh @@ -47,11 +47,11 @@ function svg { # Modify output from inkscape to fit the centos-art.sh script # output visual style. cli_printMessage "$(echo "$INKSCAPE_OUTPUT" | egrep '^Area' \ - | sed -r "s!^Area!`gettext "Area"`:!")" + | sed -r "s!^Area!`gettext "Area"`:!")" --as-inkscape-line cli_printMessage "$(echo "$INKSCAPE_OUTPUT" | egrep '^Background' \ - | sed -r "s!^Background (RRGGBBAA):(.*)!`gettext "Background"`: \1 \2!")" + | sed -r "s!^Background (RRGGBBAA):(.*)!`gettext "Background"`: \1 \2!")" --as-inkscape-line cli_printMessage "$(echo "$INKSCAPE_OUTPUT" | egrep '^Bitmap saved as' \ - | sed -r "s!^Bitmap saved as:!`gettext "Saved as"`:!")" + | sed -r "s!^Bitmap saved as:!`gettext "Saved as"`:!")" --as-inkscape-line # Perform format post-rendition. svg_doPostActions